Skip to content

Commit

Permalink
fix : Fix drawer header display - MEED-7225 - Meeds-io/MIPs#140 (#3953)
Browse files Browse the repository at this point in the history
Fix drawer header display when the name is longer than the header
  • Loading branch information
AzmiTouil authored and boubaker committed Jul 9, 2024
1 parent a7cfcd6 commit 4a1b2d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</v-icon>
</v-btn>
</v-list-item-action>
<v-list-item-content class="drawerTitle align-start text-header-title text-truncate">
<v-list-item-content class="drawerTitle d-inline align-start text-header-title text-truncate">
<slot name="title"></slot>
</v-list-item-content>
<v-list-item-action class="drawerIcons align-end d-flex flex-row">
Expand Down

0 comments on commit 4a1b2d3

Please sign in to comment.