Prevent header icons from overflowing with long title present

This commit is contained in:
Kris 2019-01-17 16:11:40 -05:00
parent 1e67bcb456
commit 43bb16de27
1 changed files with 1 additions and 1 deletions

View File

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