mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
parent
79895e0e9d
commit
10f2e71df0
@ -55,6 +55,8 @@
|
||||
.gradio-container > :first-child {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
height: auto !important;
|
||||
min-height: 0 !important;
|
||||
}
|
||||
</style>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-156449732-1"></script>
|
||||
|
@ -113,6 +113,9 @@
|
||||
.gradio-container > :first-child {
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
height: auto !important;
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
||||
.hanging {
|
||||
padding-left: 22px;
|
||||
|
Loading…
Reference in New Issue
Block a user