fix. froala 누락 스타일 적용
This commit is contained in:
@@ -74,6 +74,10 @@
|
||||
max-width: 100%;
|
||||
margin: 0px;
|
||||
}
|
||||
.fr-view table th,
|
||||
.fr-view table td {
|
||||
padding: 10px 15px;
|
||||
}
|
||||
.fr-view table td {
|
||||
min-width: 5px;
|
||||
}
|
||||
@@ -309,6 +313,10 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.fr-view .fr-video iframe {
|
||||
height: 100%;
|
||||
aspect-ratio: 16/9;
|
||||
}
|
||||
.fr-view .fr-video > * {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
@@ -477,3 +485,17 @@ span.fr-img-caption.fr-view.fr-dii.fr-fir {
|
||||
max-width: calc(100% - 5px);
|
||||
min-width: 5px;
|
||||
}
|
||||
|
||||
.fr-view ol {
|
||||
list-style: decimal;
|
||||
}
|
||||
.fr-view ul {
|
||||
list-style: disc;
|
||||
}
|
||||
.fr-view li {
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
.fr-view a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user