Skip to content

Commit

Permalink
database view mode: adjust control panel paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Sep 14, 2019
1 parent 0642b51 commit 5a5b98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div
*ngIf="(items$ | async) as items"
class="controls d-flex align-items-center flex-shrink-0 mb-2"
class="controls d-flex align-items-center flex-shrink-0 mb-2 px-2"
>
<div class="d-flex flex-grow-1">
<button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
border: 1px solid $list-group-border-color;
border-radius: $list-group-border-radius;
background-color: $white;
padding: $btn-padding-y $btn-padding-x;
padding-top: $btn-padding-y;
padding-bottom: $btn-padding-y;

.badge {
display: flex;
Expand Down

0 comments on commit 5a5b98b

Please sign in to comment.