Skip to content

Commit 313a4f2

Browse files
andrewserongjorgefilipecostaoandregal
authored
DataForms regular layout: Remove label style overrides as they cause inconsistent results (#71574)
* DataForms: Remove label style overrides as they cause inconsistent results * Add changelog entry Co-authored-by: andrewserong <andrewserong@git.wordpress.org> Co-authored-by: jorgefilipecosta <jorgefilipecosta@git.wordpress.org> Co-authored-by: oandregal <oandregal@git.wordpress.org>
1 parent 1439cb5 commit 313a4f2

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

packages/dataviews/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
### Bug Fixes
2121

2222
- DataViews grid layout: make sure media previews have rounded corners. [#71543](https://github.com/WordPress/gutenberg/pull/71543)
23+
- DataForm regular layout: Remove label style overrides as they cause inconsistent results. ([#71574](https://github.com/WordPress/gutenberg/pull/71574))
2324

2425
## 8.0.0 (2025-09-03)
2526

packages/dataviews/src/dataforms-layouts/regular/style.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
align-items: flex-start !important;
66
}
77

8-
.dataforms-layouts-regular__field .components-base-control__label {
9-
font-size: inherit;
10-
font-weight: normal;
11-
text-transform: none;
12-
}
13-
148
.dataforms-layouts-regular__field-label {
159
width: 38%;
1610
flex-shrink: 0;

0 commit comments

Comments
 (0)