BUGFIX: fix borders & rounded corners in the composer
This commit is contained in:
parent
f8f79b9388
commit
a19f52fc91
|
@ -397,7 +397,9 @@
|
|||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
border: 0px;
|
||||
border-top: 30px solid transparent;
|
||||
@include border-radius-all(0);
|
||||
}
|
||||
#wmd-preview-scroller {
|
||||
font-size: 13px;
|
||||
|
|
Loading…
Reference in New Issue