mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-10-29 18:37:35 +01:00
Removed flickering when adding a new tag
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
$tagEditor_lineHeight: 26px;
|
||||
$tagEditor_lineHeight: 27px;
|
||||
.tagEditor {
|
||||
@include flexbox();
|
||||
@include flex-direction(row);
|
||||
@@ -30,6 +30,7 @@ $tagEditor_lineHeight: 26px;
|
||||
font-weight: 100;
|
||||
|
||||
padding-right: 10px;
|
||||
padding-left: 1px;
|
||||
line-height: $tagEditor_lineHeight;
|
||||
|
||||
// &:last-child:after {
|
||||
|
||||
Reference in New Issue
Block a user