with mozilla firefox the display is unresponsive and truncated #493
-
I tried to be responsive by widening and narrowing the firefox window. but that instead makes nicegui elements look truncated and not perfectly responsive. but it works when i use google chrome browser from nicegui import ui
with ui.row().classes("w-full bg-blue-300 p-4"):
ui.button("ssss").classes("bg-red-400")
ui.button("xxxx").classes("bg-red-400")
ui.button("xxxx").classes("bg-red-400")
ui.button("xxxx").classes("bg-red-400")
ui.button("xxxx").classes("bg-red-400")
ui.button("xxxx").classes("bg-red-400")
ui.run() |
Beta Was this translation helpful? Give feedback.
Answered by
rodja
Mar 11, 2023
Replies: 1 comment
-
It's working as expected on my Firefox (left) and Chrome (right): |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
falkoschindler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's working as expected on my Firefox (left) and Chrome (right):