FIX: Responsive editor SCSS

This commit is contained in:
Tony Air 2020-04-08 16:35:36 +07:00
parent 163461bf3c
commit b1307f47dd
4 changed files with 16 additions and 2 deletions

7
dist/css/app.css vendored
View File

@ -16153,6 +16153,13 @@ h6,
top: -0.25em; top: -0.25em;
} }
.typography div,
.typography table,
.typography p,
.typography tr,
.typography th,
.typography td,
.typography img,
.typography iframe { .typography iframe {
max-width: 100%; max-width: 100%;
} }

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{ {
"name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate", "name": "@a2nt/ss-bootstrap-ui-webpack-boilerplate",
"version": "1.8.9", "version": "1.9.0",
"author": "Tony Air <tony@twma.pro>", "author": "Tony Air <tony@twma.pro>",
"license": "MIT", "license": "MIT",
"description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.", "description": "This UI Kit allows you to build Bootstrap 4 webapp with some extra UI features. It's easy to extend and easy to convert HTML templates to CMS templates.",

View File

@ -113,6 +113,13 @@ ul {
} }
} }
div,
table,
p,
tr,
th,
td,
img,
iframe { iframe {
max-width: 100%; max-width: 100%;
} }