mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 12:06:11 +10:00
No extra link padding at xs screen size
This commit is contained in:
@@ -253,8 +253,10 @@
|
||||
width: auto;
|
||||
|
||||
a {
|
||||
padding-left: 23px;
|
||||
transition-duration: .3s;
|
||||
@media (min-width: $screen-xs-min) {
|
||||
padding-left: 23px;
|
||||
transition-duration: .3s;
|
||||
}
|
||||
|
||||
span {
|
||||
display: none;
|
||||
|
||||
Reference in New Issue
Block a user