Skip to content

Commit

Permalink
Merge pull request #69 from rhamilto/spadgett-pf-vertical-nav
Browse files Browse the repository at this point in the history
Dropdown position fixes.
  • Loading branch information
spadgett committed Aug 28, 2017
2 parents 1f4cdf2 + b833af5 commit 4f4dd18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/styles/_application-launcher.less
Expand Up @@ -5,7 +5,7 @@
.applauncher-pf {
&.dropdown-kebab-pf .dropdown-menu {
margin-top: -1px;
right: 15px;
right: 10px;
&:before {
display: none;
}
Expand Down
5 changes: 4 additions & 1 deletion app/styles/_navbar-vertical.less
Expand Up @@ -53,6 +53,9 @@
@media(min-width: @screen-sm-min) {
margin-right: @navbar-header-right-margin;
}
.dropdown .nav-item-iconic {
padding-right: 20px;
}
> li {
display: none;
float: left;
Expand All @@ -66,7 +69,7 @@
.username {
display: inline-block;
font-weight: 300;
max-width: 180px; // enable truncation
max-width: 170px; // enable truncation
padding-right: 2px;
vertical-align: top; // align text and icon
}
Expand Down

0 comments on commit 4f4dd18

Please sign in to comment.