Force white-space: normal on modal container

When it's included in a th it has inherti "nowrap"
This commit is contained in:
Yohan Boniface 2019-04-14 17:50:26 +02:00
parent 22da3d771c
commit d604259f57

View file

@ -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;