fix rte markdown toggle position for small screens

This commit is contained in:
Shawn Erquhart
2017-04-18 12:50:11 -04:00
parent 86b7b84637
commit 1a12c6f5aa
3 changed files with 24 additions and 21 deletions

View File

@ -44,3 +44,9 @@
.depth {
box-shadow: var(--shadowColor) 0 1px 6px;
}
.clearfix:after {
content: '';
display: table;
clear: both;
}