-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Responsiveness Overlapping Text in QuestDB/demo-page #128
Comments
Web Console is Open Source: https://github.com/questdb/ui/tree/main/packages/web-console You can submit your fix there! |
Ok, I'll fix this. |
Hey @SyedImtiyaz-1 , What you have proposed is changing rules in a CSS dynamically generated by Styled Components, therefore it's a solution prone to breaking. A better solution would be to extend the i.e.
|
Bug Fixed
This time no issues. @bluestreak01 👍 |
@bluestreak01 Hello Sir, |
can you please review this ? @bluestreak01 |
Describe the bug
Go To = QuestDB.io/Home
Find "Live Demo" => Load Results
Go to : Mobile ratio : 310

check down at Copyright 2023 - text it's overlapping.
note: It is bug in every mobile devices, you can fix this from my given below method.
To reproduce
No response
Expected Behavior
No response
Environment
Additional context
I can easily fix this here is the example of that :
CSS =>
.jMkckG{
color: rgb(248, 248, 242);
font-size: inherit;
font-style: inherit;
margin-top: 10px
}
This CSS property will make the Copyright overlapping text to it's proper position.
I did this in inspect mode so you can make a proper fix using my code.
The text was updated successfully, but these errors were encountered: