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
+4
View File
@@ -160,3 +160,7 @@ input[type="range"]{
border-radius: 8px; border-radius: 8px;
} }
.flex-wrap {
flex-wrap: unset;
}