We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8182939 + bd6d356 commit c22439fCopy full SHA for c22439f
pom.xml
@@ -7,7 +7,7 @@
7
<modelVersion>4.0.0</modelVersion>
8
<groupId>com.validate_lab.confluence</groupId>
9
<artifactId>stoplightelements_previewer</artifactId>
10
- <version>1.3.2</version>
+ <version>1.3.3</version>
11
12
<organization>
13
<name>ValidateLab</name>
src/main/resources/css/list-of-css-changes.md
@@ -0,0 +1,9 @@
1
+### List of css vendor changes:
2
+
3
+1. `.sl-px-24` to
4
+`.sl-px-24{padding-bottom:10px;padding-top:10px}`
5
+2. --text-s from `0%` to `0.1%` since Confluence bug
6
+3. `.sl-w-2\/5` from `40%` to `50%`
+4. `.sl-ml-16` from `64px` to `24px`
+5. `.sl-py-16` from `64px` to `24px`
+6. To `.sl-elements` added `border-width: 1px;`
src/main/resources/css/styles.css
0 commit comments