Skip to content

Commit a86c5de

Browse files
committed
Add a min-width to SVGs in the admin
1 parent 73eed88 commit a86c5de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FieldtypeQRCode.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
height: auto;
2222
}
2323

24+
.gridQRCode > img[src*="svg"],
25+
.gridQRCode > svg {
26+
min-width: 100px;
27+
}
28+
2429
.contentQRCode {
2530
color: #aaa;
2631
font-size: .875rem;

0 commit comments

Comments
 (0)