1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Fixed markdown iframe loading and content alignment

Fixes #2280
This commit is contained in:
Dan Brown
2020-09-26 12:01:01 +01:00
parent a6c20c321f
commit 08fbd39fcb
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@
body {
background-color: #fff;
padding-inline-start: 16px;
margin-inline-end: 16px;
padding-inline-end: 16px;
}
[drawio-diagram]:hover {
outline: 2px solid var(--color-primary);