mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-12 10:34:32 +08:00
14 lines
200 B
CSS
14 lines
200 B
CSS
#interfaces_text {
|
|
margin-bottom: 0;
|
|
}
|
|
.inputs_set, .outputs_set {
|
|
width: 50%;
|
|
box-sizing: border-box;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
}
|
|
.inputs_set {
|
|
padding-right: 25px;
|
|
}
|
|
|