Fix ugly img2img tab

This commit is contained in:
oobabooga 2022-09-12 12:54:01 -03:00 committed by GitHub
parent 843b2b64fc
commit 64591ce324
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -160,3 +160,7 @@ input[type="range"]{
border-radius: 8px;
}
.flex-wrap {
flex-wrap: unset;
}