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;
}
.typography div,
.typography table,
.typography p,
.typography tr,
.typography th,
.typography td,
.typography img,
.typography iframe {
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",
"version": "1.8.9",
"version": "1.9.0",
"author": "Tony Air <tony@twma.pro>",
"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.",

View File

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