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 3cf60c9 + 0c0b30f commit ea0e3b5Copy full SHA for ea0e3b5
2 files changed
CHANGELOG.md
@@ -3,7 +3,7 @@
3
4
### Breaking changes
5
6
-* Separate default core styling again to reduce the core CSS with 20k (breaking)
+* Separate default core styling again to reduce the core CSS with 20k
7
8
### Features
9
src/scss/mixins/components/_forms.scss
@@ -114,6 +114,10 @@
114
}
115
116
117
+ TextView[editable=false] {
118
+ border-width: 0;
119
+ }
120
+
121
Label,
122
DataFormEditorLabel
123
{
0 commit comments