Adwaita: Set border-spacing for entries

When our entries contain icons, they should not run
directly into the text, so put some spacing between
the children of entries.
This commit is contained in:
Matthias Clasen 2020-10-22 14:26:21 -04:00
parent a923be95b3
commit 700f957d9a

View File

@ -283,6 +283,7 @@ entry {
padding-right: 8px;
border: 1px solid;
border-radius: $button_radius;
border-spacing: 6px;
transition: all 200ms $ease-out-quad;
@include entry(normal);