Commit 7bb0551fd9f703674f2126ca316d8a097ef9d1ed

Authored by Dmitriy Zaporozhets
1 parent 636718ad

Improve small panels

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/gl_bootstrap.scss
... ... @@ -262,6 +262,10 @@ ul.breadcrumb {
262 262 &.panel-small {
263 263 .panel-heading {
264 264 padding: 6px 15px;
  265 + font-size: 13px;
  266 + a {
  267 + color: #777;
  268 + }
265 269 }
266 270 }
267 271 }
... ...