Skip to content

Commit

Permalink
Change to use gap for spacers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Oct 17, 2022
1 parent fdcc67c commit 2f628b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/browser/src/popup/scss/box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -696,12 +696,12 @@
.truncate-box {
display: flex;
align-items: center;
gap: 5px;
}

.truncate {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 5px;
}

0 comments on commit 2f628b6

Please sign in to comment.