Merge pull request #640 from kitematic/fix-delete-button-position

Fixed delete button position.
This commit is contained in:
Li Shang 2015-06-15 20:51:15 -07:00
commit a197641681
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@
display: none; display: none;
flex: 1; flex: 1;
position: relative; position: relative;
top: 0.2rem; top: 0.4rem;
text-align: right; text-align: right;
.btn { .btn {
border: 1px solid @gray-lighter; border: 1px solid @gray-lighter;