mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Made users header interface more adaptable
Search input was stacking on create button on default desktop view due when viewing in russian due to combined width exceeding container. Made into normal flexbox instead. Closes #2147
This commit is contained in:
@ -157,6 +157,9 @@ body.flexbox {
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
.justify-space-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
Reference in New Issue
Block a user