mirror of
https://github.com/almet/copanier.git
synced 2025-04-28 19:42:37 +02:00
Force white-space: normal on modal container
When it's included in a th it has inherti "nowrap"
This commit is contained in:
parent
22da3d771c
commit
d604259f57
1 changed files with 1 additions and 0 deletions
|
@ -440,6 +440,7 @@ hr {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.toggle-background {
|
.toggle-background {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in a new issue