Skip to content

Commit 0043202

Browse files
committed
Make input validation wrapper become pseudo-box by default.
1 parent fc8206f commit 0043202

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## [Unreleased]
2+
- Make .field_with_errors become pseudo-box by default.
23

34
## 1.1.0 - 2025-02-15
45
- Improve command with first option select

app/assets/stylesheets/css-zero/reset.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,14 @@ turbo-frame {
379379
display: contents;
380380
}
381381

382+
/*
383+
Make input validation wrapper become pseudo-box by default.
384+
*/
385+
386+
.field_with_errors {
387+
display: contents;
388+
}
389+
382390
/*
383391
Enables size interpolation to allow animation.
384392
*/

0 commit comments

Comments
 (0)