summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/framework/sidebar.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss
index a509ef2f149..c243dd8a424 100644
--- a/app/assets/stylesheets/framework/sidebar.scss
+++ b/app/assets/stylesheets/framework/sidebar.scss
@@ -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;