Skip to content

Commit

Permalink
Make the layout more shrinkable
Browse files Browse the repository at this point in the history
  • Loading branch information
julienw committed Jul 13, 2018
1 parent 5163a4b commit a17e04e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ html, body {
body, #root, .profileViewer {
display: flex;
flex: 1;
min-width: 0; /* This allows Flexible Layout to shrink this further than its min-content */
}

.profileViewer {
Expand Down Expand Up @@ -634,6 +635,8 @@ body, #root, .profileViewer {
position: relative;
border: solid transparent;
border-width: 0 1px 0 1px;
overflow: hidden;
text-overflow: ellipsis;
}
.tabBarTab.selected {
background: #fff;
Expand Down

0 comments on commit a17e04e

Please sign in to comment.