Fix a padding

This commit is contained in:
space-nuko
2023-05-08 04:01:41 -05:00
parent dd00cf52b5
commit f823818674

View File

@@ -498,6 +498,7 @@ button.secondary{
white-space: break-spaces !important;
}
.gradio-radio fieldset > .wrap > label,
[type=text],
[type=email],
[type=url],
@@ -513,8 +514,8 @@ button.secondary{
[multiple],
textarea,
select {
line-height: 1.5rem;
padding: 4px 8px;
line-height: 1.5rem !important;
padding: 4px 8px !important;
}
button.tool.secondary,
@@ -574,12 +575,6 @@ input[type=email] {
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 */
label.block{
display: flex;