Commit b79180bb by Omar Al-Ithawi

Fixed spacing of RTL icon in discussion

parent 9e988108
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
border: 1px solid $gray-l2 !important; border: 1px solid $gray-l2 !important;
border-radius: 3px !important; border-radius: 3px !important;
height: auto !important; height: auto !important;
padding-left: ($baseline/4) !important; @include padding-left($baseline/4 !important);
padding-right: ($baseline/2 + 12px) !important; // Leave room for icon @include padding-right($baseline/2 + 12px !important); // Leave room for icon
font-size: 12px !important; font-size: 12px !important;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment