mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fix double-thick line between inputs in input-group
This commit is contained in:
committed by
GitHub
parent
8796b4359c
commit
0eb11b154b
@@ -252,6 +252,7 @@ details {
|
||||
input:not(:last-child), select:not(:last-child) {
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -271,6 +272,7 @@ details {
|
||||
input:not(:last-child), select:not(:last-child) {
|
||||
border-bottom-right-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
border-right: none;
|
||||
}
|
||||
[data-size="1"] {
|
||||
flex-grow: 1;
|
||||
|
||||
Reference in New Issue
Block a user