Skip to content

Commit

Permalink
prevent pane navbar from overflowing
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpalek committed Sep 18, 2016
1 parent b6a49ff commit 669ba01
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/styles/_twiddle-panes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@
padding-bottom: 3px;
padding-left: 3px;
}

.nav-pills {
max-width: 90%;

> li {
max-width: 100%;

> a {
overflow: hidden;
}
}
}
}

.full-screen {
Expand Down

0 comments on commit 669ba01

Please sign in to comment.