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

View File

@ -9,7 +9,7 @@
box-shadow: shadow("header"); box-shadow: shadow("header");
> .wrap { > .wrap {
width: 100%; width: calc(100% - 16px); // accommodates for 8px vertical padding
height: 100%; height: 100%;
.contents { .contents {
display: flex; display: flex;