Skip to content

Commit

Permalink
Updated list styles so that buttons are only positioned top if list i…
Browse files Browse the repository at this point in the history
…tem has a border; #1200
  • Loading branch information
TheMaaarc committed Feb 7, 2017
1 parent ebbc79a commit c954bec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/admin/src/resources/css/admin.css

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion modules/admin/src/resources/scss/components/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@
.list__right {
width: 130px;
margin-left: 10px;
vertical-align: top;
vertical-align: middle;
text-align: right;

.list__item--bordered & {
vertical-align: top;
}
}

.list__button {
Expand Down

0 comments on commit c954bec

Please sign in to comment.