Skip to content
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

Issue with reflex.dev documentation #1025

Open
AdrianM10 opened this issue Oct 12, 2024 · 1 comment
Open

Issue with reflex.dev documentation #1025

AdrianM10 opened this issue Oct 12, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@AdrianM10
Copy link

AdrianM10 commented Oct 12, 2024

Path: /docs/tutorial/frontend

The padding value shown in the docs of "1em" for the action bar results in placeholder text being clipped and not clearly visible.

# Styles for the action bar.
input_style = dict(
    border_width="1px",
    padding="1em",
    box_shadow=shadow,
    width="350px",
)
button_style = dict(
    background_color=rx.color("accent", 10),
    box_shadow=shadow,
)

See below screenshot:

Screenshot 2024-10-12 at 06 31 20

The padding value should be set to "0.5em" for the action bar input style.

Below is a screenshot after changing the padding value to "0.5em"

Screenshot 2024-10-12 at 06 33 42

@Alek99
Copy link
Member

Alek99 commented Oct 12, 2024

Thanks for reporting will fix

@Alek99 Alek99 added the bug Something isn't working label Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants