prevent note inner border from desyncing with outer border

This commit is contained in:
r888888888
2015-02-02 17:50:38 -08:00
parent c32de220fa
commit 90dca08f38
2 changed files with 10 additions and 1 deletions

View File

@@ -74,7 +74,8 @@ div#note-container {
div.note-box.embedded div.note-box-inner-border {
text-align: center;
word-wrap: break-word;
display: table-cell;
vertical-align: middle;
}
}