1
0
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:
Giulio Cesare Solaroli
2015-03-03 23:41:46 +01:00
parent e47cc7f617
commit 8ffe1505f7
3 changed files with 6 additions and 4 deletions

View File

@@ -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 {