Commit c5e6292e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use default button size in the content list controls

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent cd36f293
...@@ -138,7 +138,9 @@ ul.content-list { ...@@ -138,7 +138,9 @@ ul.content-list {
float: right; float: right;
.btn { .btn {
padding: 10px 14px; padding: $gl-vert-padding $gl-btn-padding;
margin-top: 4px;
margin-bottom: 4px;
} }
} }
......
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