Skip to content

Commit 338d611

Browse files
committed
Merge branch 'fix/497-gallery-captions' into release/0.1.1
2 parents 17946b6 + 7fec31a commit 338d611

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

assets/css/src/block-editor.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
max-height: 100%;
6464
min-height: 48px;
6565
padding: 8px 16px;
66+
}
6667

67-
& .mdc-image-list__label {
68-
white-space: normal;
69-
}
68+
.mdc-image-list__label {
69+
white-space: normal;
7070
}

assets/css/src/components/material.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@
134134
max-height: 100%;
135135
min-height: 48px;
136136
padding: 8px 16px;
137+
}
137138

138-
& .mdc-image-list__label {
139-
white-space: normal;
140-
}
139+
.mdc-image-list__label {
140+
white-space: normal;
141141
}
142142

143143
.mdc-image-list__image-aspect-container .mdc-image-list__image {

0 commit comments

Comments
 (0)