Skip to content

prevent line breaking of sidebar-wrapper class element's data-node - #288

Merged
ealmloff merged 1 commit into
DioxusLabs:mainfrom
sumitpsm:basic-fix
Sep 8, 2026
Merged

prevent line breaking of sidebar-wrapper class element's data-node#288
ealmloff merged 1 commit into
DioxusLabs:mainfrom
sumitpsm:basic-fix

Conversation

@sumitpsm

Copy link
Copy Markdown
Contributor

This is how the html looked like inside inspector, before fix

<div class="sidebar-wrapper" data-slot="sidebar-wrapper" style="
        --sidebar-width: 16rem;
        --sidebar-width-mobile: 18rem;
        --sidebar-width-icon: 3rem
        " data-node-hydration="2">

```html
<div class="sidebar-wrapper" data-slot="sidebar-wrapper" style="
        --sidebar-width: 16rem;
        --sidebar-width-mobile: 18rem;
        --sidebar-width-icon: 3rem
        " data-node-hydration="2">
```
@ealmloff
ealmloff merged commit 49e3f17 into DioxusLabs:main Sep 8, 2026
7 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants