QRZ links and wrapping features. Closes #7

This commit is contained in:
Ian Renton
2025-10-03 12:33:16 +01:00
parent f489c75bb1
commit cd5f65cb57
2 changed files with 17 additions and 7 deletions

View File

@@ -9,6 +9,10 @@
}
}
td.nowrap {
text-wrap: nowrap;
}
span.flag-wrapper {
display: inline-block;
width: 1.7em;
@@ -60,4 +64,10 @@ div.appearing-panel {
p.filter-card-text {
line-height: 2.5em !important;
}
a.dx-link {
color: var(--bs-emphasis-color);
text-decoration: none;
font-weight: bold;
}