diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-13 16:16:35 -0600 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2016-12-29 12:44:15 -0600 |
| commit | ce9357e8a7e86cd314ac66965e0bf215986046f3 (patch) | |
| tree | 6f23b74cb1e5bd332c2c1b2479b53da53ae785c5 | |
| parent | c298cd9c40d0bf3fdc06368ad4376f5b2fbdda3c (diff) | |
| download | gitlab-ce-review-commits-and-commit-scss.tar.gz | |
Remove double border from compare pagereview-commits-and-commit-scss
| -rw-r--r-- | app/assets/stylesheets/framework/panels.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/panels.scss b/app/assets/stylesheets/framework/panels.scss index 9d8d08dff88..efe93724013 100644 --- a/app/assets/stylesheets/framework/panels.scss +++ b/app/assets/stylesheets/framework/panels.scss @@ -48,3 +48,11 @@ line-height: inherit; } } + +.panel-default { + .table-list-row:last-child { + .table-list-cell { + border-bottom: 0; + } + } +} |
