Skip to content

Commit eea971d

Browse files
committed
VA-523 Add a little bit of padding to compact modals' content
1 parent bbf0461 commit eea971d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/h5p-multi-media-choice.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
max-height: 100%;
233233

234234
@container h5p-mmc-modal-container (width < 480px) {
235-
padding: 0;
235+
padding: 3px;
236236
width: 100%;
237237
max-width: 100%;
238238
}

0 commit comments

Comments
 (0)