Skip to content

Commit

Permalink
Tweak network icon styling
Browse files Browse the repository at this point in the history
Leave a little more space for network icon so it can fit correctly
between sizing button and stacks table.
  • Loading branch information
bobf committed Jun 29, 2019
1 parent a4769be commit b94c64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/files/css/service.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ tr.service.highlight.networked {
.service .network-icon {
visibility: hidden;
position: absolute;
left: 0.4em;
left: 0.3em;
vertical-align: middle;
display: inline;
}
Expand Down
1 change: 1 addition & 0 deletions app/files/css/stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ button.stack {

table.stacks {
width: 100%;
margin-left: 0.4em;
border-spacing: 0 0.4em;
border-collapse: separate;
}
Expand Down

0 comments on commit b94c64e

Please sign in to comment.