Browse Source

Do not use absolute position for .pull-right on sidebar

Sullivan SENECHAL 9 years ago
parent
commit
4a83dc18ce
1 changed files with 1 additions and 4 deletions
  1. 1 4
      build/less/sidebar-mini.less

+ 1 - 4
build/less/sidebar-mini.less

@@ -133,9 +133,6 @@
 .sidebar-menu li > a {
   position: relative;
   > .pull-right {
-    position: absolute;
-    top: 50%;
-    right: 10px;
-    margin-top: -7px;
+    margin-top: 2px;
   }
 }