Merge pull request #4441 from CalamitousFelicitousness/fix/vqa-minor-improvements

Fix/vqa minor improvements
This commit is contained in:
Vladimir Mandic
2025-12-03 19:18:16 +01:00
committed by GitHub
5 changed files with 67 additions and 20 deletions
+6
View File
@@ -289,6 +289,12 @@ input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
.gradio-dropdown .token {
overflow-x: hidden;
padding: var(--spacing-xs) !important;
font-family: 'NotoSans', var(--font);
}
.gradio-dropdown .wrap input,
.gradio-dropdown input {
font-family: 'NotoSans', var(--font);
}
.gradio-html {