🐛 Fix Typography editable inconsist style

close #15249
This commit is contained in:
afc163 2019-03-11 16:00:12 +08:00
parent 0590c056c1
commit a8ad9ecce5
No known key found for this signature in database
GPG Key ID: 738F973FCE5C6B48

View File

@ -191,6 +191,12 @@
&-edit-content {
position: relative;
div& {
left: -@input-padding-horizontal - 1px;
margin-top: -@input-padding-vertical-base - 1px;
margin-bottom: calc(1em - @input-padding-vertical-base - 2px);
}
&-confirm {
position: absolute;
right: 10px;