mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Fix broken i18nfield style
This commit is contained in:
@@ -92,8 +92,8 @@ div[data-formset-body], div[data-formset-form], div[data-nested-formset-form], d
|
|||||||
|
|
||||||
.i18n-form-group input,
|
.i18n-form-group input,
|
||||||
.i18n-form-group textarea {
|
.i18n-form-group textarea {
|
||||||
@include border-top-radius(0 px);
|
@include border-top-radius(0px);
|
||||||
@include border-bottom-radius(0 px);
|
@include border-bottom-radius(0px);
|
||||||
border-top-width: 0;
|
border-top-width: 0;
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
|
|||||||
Reference in New Issue
Block a user