Fix css issue with spaces logo (#3422)

* override css

* changelog
This commit is contained in:
Ali Abdalla 2023-03-08 15:37:56 -08:00 committed by GitHub
parent 0036b2e0b0
commit f86b6445f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,7 @@ No changes to highlight.
- Prevent in-place updates of `generic_update` by shallow copying by [@gitgithan](https://github.com/gitgithan) in [PR 3405](https://github.com/gradio-app/gradio/pull/3405) to fix [#3282](https://github.com/gradio-app/gradio/issues/3282)
- Persist file names of files uploaded through any Gradio component by [@abidlabs](https://github.com/abidlabs) in [PR 3412](https://github.com/gradio-app/gradio/pull/3412)
- Fix markdown embedded component in docs by [@aliabd](https://github.com/aliabd) in [PR 3410](https://github.com/gradio-app/gradio/pull/3410)
- Fix css issue with spaces logo by [@aliabd](https://github.com/aliabd) in [PR 3422](https://github.com/gradio-app/gradio/pull/3422)
## Contributors Shoutout:

View File

@ -92,6 +92,10 @@
.thinner-link.current-nav-link {
@apply border-orange-500 text-orange-500;
}
.prose :where(img):not(:where([class~=not-prose] *)) {
margin-bottom: 0;
margin-top: 0;
}
/* docs */
.selected-demo {