1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-27 07:45:08 +02:00

fix details field editor overlap

This commit is contained in:
Antelle 2016-01-31 17:25:01 +03:00
parent fbb4c97128
commit f663c483b5

View File

@ -197,6 +197,7 @@
line-height: $details-field-line-height;
overflow: hidden;
text-overflow: ellipsis;
margin-right: 20px;
.details__field--editable & {
border-radius: $base-border-radius;
&:hover {