mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 18:04:33 +01:00
Add wrap on detail item values (#4730)
* Add wrap on detail item values * Fix CSS rule order to match CI expectations
This commit is contained in:
parent
034fd4407d
commit
c83635c7a8
1 changed files with 1 additions and 0 deletions
|
|
@ -422,6 +422,7 @@ dd {
|
|||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
white-space: pre-line;
|
||||
|
||||
.birthdate,
|
||||
|
|
|
|||
Loading…
Reference in a new issue