🌐 AI搜索 & 代理 主页
Skip to content

Commit d0710e1

Browse files
authored
fix(b-calendar, b-form-datepicker): minor adjustments to styling
1 parent 7742093 commit d0710e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/calendar/_calendar.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
// Easy rounded corners on contained elements,
3838
// specifically the footer of the calendar grid
3939
overflow: hidden;
40+
41+
.row {
42+
// Prevent grid rows from wrapping
43+
flex-wrap: nowrap;
44+
}
4045
}
4146

4247
.b-calendar-grid-caption {

0 commit comments

Comments
 (0)