Commit e2dbe0fad7f04826bde06ae9e8d16ca0bc8a2ce2

Authored by Dmitriy Zaporozhets
1 parent 6f99361b

Fix overflow on project panel if https enabled and resolution < 1100px

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/projects.scss
... ... @@ -77,7 +77,7 @@
77 77 @include border-radius(0px);
78 78 border-left: 1px solid #E1E1E1;
79 79 box-shadow: none;
80   - padding: 6px 10px;
  80 + padding: 6px 9px;
81 81 }
82 82  
83 83 .btn {
... ...