Skip to content

Commit

Permalink
[WIP] 2452 fix on UI icon toolbar (#2460)
Browse files Browse the repository at this point in the history
2452 fix on UI icon toolbar
  • Loading branch information
rhenshaw56 authored and brent-hoover committed Jun 20, 2017
1 parent cea9557 commit 1d0fd64
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class ShortcutBar extends Component {
<nav
style={{
height: 54,
display: "flex",
alignItems: "center",
justifyContent: "center"
}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
}

.admin-shortcut-bar nav {
display: flex;
flex-direction: column;

@media screen and (max-width: @screen-xs-max) {
Expand Down

0 comments on commit 1d0fd64

Please sign in to comment.