mirror of
https://github.com/a2nt/webpack-bootstrap-ui-kit.git
synced 2024-10-22 11:05:45 +02:00
FIX: Responsive editor SCSS
This commit is contained in:
parent
163461bf3c
commit
b1307f47dd
7
dist/css/app.css
vendored
7
dist/css/app.css
vendored
@ -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%;
|
||||||
}
|
}
|
||||||
|
2
dist/css/app.css.map
vendored
2
dist/css/app.css.map
vendored
File diff suppressed because one or more lines are too long
@ -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.",
|
||||||
|
@ -113,6 +113,13 @@ ul {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div,
|
||||||
|
table,
|
||||||
|
p,
|
||||||
|
tr,
|
||||||
|
th,
|
||||||
|
td,
|
||||||
|
img,
|
||||||
iframe {
|
iframe {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user