Skip to content

Commit

Permalink
Add a min-width to SVGs in the admin
Browse files Browse the repository at this point in the history
  • Loading branch information
romaincazier committed Jun 26, 2022
1 parent 73eed88 commit a86c5de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FieldtypeQRCode.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
height: auto;
}

.gridQRCode > img[src*="svg"],
.gridQRCode > svg {
min-width: 100px;
}

.contentQRCode {
color: #aaa;
font-size: .875rem;
Expand Down

0 comments on commit a86c5de

Please sign in to comment.