UI fixing
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 0s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-28 04:44:16 +02:00
parent c76a746cd7
commit 19cf2b5211
8 changed files with 503 additions and 10 deletions
+14 -3
View File
@@ -5623,15 +5623,26 @@ section {
padding: 0.78rem;
}
/* Het icoon is optioneel. Een vast tweekolommenraster dwong een kop zonder
icoon in de 1.65rem-icoonkolom, waardoor de tekst per letter afbrak.
Flex laat de tekst altijd de resterende breedte nemen, met of zonder icoon. */
.geo-panel-heading {
display: grid;
grid-template-columns: 1.65rem minmax(0, 1fr);
display: flex;
gap: 0.55rem;
align-items: start;
align-items: flex-start;
}
.geo-panel-heading > * {
min-width: 0;
}
.geo-panel-heading > div {
flex: 1 1 auto;
}
.geo-panel-heading > span {
display: grid;
flex: 0 0 auto;
place-items: center;
width: 1.65rem;
height: 1.65rem;