Skip to content

Commit ea0e3b5

Browse files
authored
Merge branch 'master' into bundev/fix-double-font-sizes
2 parents 3cf60c9 + 0c0b30f commit ea0e3b5

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### Breaking changes
55

6-
* Separate default core styling again to reduce the core CSS with 20k (breaking)
6+
* Separate default core styling again to reduce the core CSS with 20k
77

88
### Features
99

src/scss/mixins/components/_forms.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,10 @@
114114
}
115115
}
116116

117+
TextView[editable=false] {
118+
border-width: 0;
119+
}
120+
117121
Label,
118122
DataFormEditorLabel
119123
{

0 commit comments

Comments
 (0)