Skip to content

Commit

Permalink
Prevent header icons from overflowing with long title present
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed Jan 17, 2019
1 parent 1e67bcb commit 43bb16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/common/base/header.scss
Expand Up @@ -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;
Expand Down

1 comment on commit 43bb16d

@discoursebot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/on-ipad-avatar-is-sometimes-only-partially-visible-in-topic-header/106840/2

Please sign in to comment.