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

This commit is contained in:
Sullivan SENECHAL
2015-10-15 16:11:34 +02:00
parent 1accd72830
commit 4a83dc18ce

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;
}
}