forked from CGM_Public/pretix_original
Widget: fix centering for close-svg (#3192)
This commit is contained in:
committed by
GitHub
parent
37f6b7023c
commit
fbca5e3ab1
@@ -708,10 +708,15 @@
|
||||
font-family: sans-serif;
|
||||
text-decoration: none;
|
||||
padding: 4px 0;
|
||||
display: block;
|
||||
display: inline-block;
|
||||
line-height: 16px;
|
||||
}
|
||||
|
||||
.pretix-widget-frame-close svg {
|
||||
display: inline-block;
|
||||
border: none;
|
||||
}
|
||||
|
||||
.pretix-widget-frame-inner iframe {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
|
||||
Reference in New Issue
Block a user