Add max height to entries

This commit is contained in:
Rafael Mardojai CM 2019-07-10 18:36:35 -05:00
parent f07deff572
commit 2a6d55b7a0
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
box-shadow: var(--gnome-urlbar-box-shadow) !important;
color: var(--gnome-urlbar-color) !important;
height: 34px !important;
max-height: 34px !important;
margin: 0 !important;
padding: 6px 8px !important;
box-sizing: border-box;