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