Fix overflowing text entries

This commit is contained in:
EliverLara
2019-09-01 13:17:12 -05:00
parent 6aea872746
commit b724f2fd8b
3 changed files with 15 additions and 0 deletions

View File

@@ -5603,6 +5603,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
.nautilus-window .searchbar-container {
margin-top: -1px; }
.nautilus-window .titlebar .search {
border: 1px solid transparent;
border-radius: 3px;
box-shadow: none; }
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
color: transparent; }