Skip to content

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

Open
sumitpsm wants to merge 1 commit into
DioxusLabs:mainfrom
sumitpsm:basic-fix
Open

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

Conversation

@sumitpsm

Copy link
Copy Markdown

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">
```
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