mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Prevent header icons from overflowing with long title present
This commit is contained in:
parent
1e67bcb456
commit
43bb16de27
@ -9,7 +9,7 @@
|
||||
box-shadow: shadow("header");
|
||||
|
||||
> .wrap {
|
||||
width: 100%;
|
||||
width: calc(100% - 16px); // accommodates for 8px vertical padding
|
||||
height: 100%;
|
||||
.contents {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user