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

pull/741/head
Sullivan SENECHAL 2015-10-15 16:11:34 +02:00
parent 1accd72830
commit 4a83dc18ce
1 changed files with 1 additions and 4 deletions

View File

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