fix. froala 누락 스타일 적용

This commit is contained in:
clkim
2025-11-27 15:32:13 +09:00
parent 56ff6e66d7
commit d2f0f93231

View File

@@ -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;
}