CSS modules ownership cleanup

Closes #3358
This commit is contained in:
Kalle
2026-08-21 21:51:31 +03:00
parent 5c888a5395
commit 9a237ff26a
182 changed files with 4537 additions and 4545 deletions

View File

@@ -10,3 +10,12 @@
width: 100%;
}
}
/* the entity-search fields: their trigger button has to fill the field's width */
.searchRoot {
width: 100%;
& button[class] {
width: 100%;
}
}