Fix a padding
This commit is contained in:
@@ -498,6 +498,7 @@ button.secondary{
|
|||||||
white-space: break-spaces !important;
|
white-space: break-spaces !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gradio-radio fieldset > .wrap > label,
|
||||||
[type=text],
|
[type=text],
|
||||||
[type=email],
|
[type=email],
|
||||||
[type=url],
|
[type=url],
|
||||||
@@ -513,8 +514,8 @@ button.secondary{
|
|||||||
[multiple],
|
[multiple],
|
||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
line-height: 1.5rem;
|
line-height: 1.5rem !important;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.tool.secondary,
|
button.tool.secondary,
|
||||||
@@ -574,12 +575,6 @@ input[type=email] {
|
|||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gradio-radio span:not(.has-info) {
|
|
||||||
margin-top: 1px;
|
|
||||||
margin-left: 1px;
|
|
||||||
margin-bottom: var(--ae-inside-padding-size);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* input column alignment */
|
/* input column alignment */
|
||||||
label.block{
|
label.block{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user