Skip to content

Commit

Permalink
refactor: 更新布局
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Feb 8, 2024
1 parent 999adfb commit eeb4f33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/BootstrapBlazor/Components/Logout/Logout.razor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
}

.dropdown-logout .dropdown-toggle {
display: inline-block;
display: flex;
align-items: center;
flex-wrap: nowrap;
}

.dropdown-logout .dropdown-toggle:after {
Expand All @@ -53,7 +55,6 @@
color: var(--bb-logout-text-color);
font-weight: bold;
max-width: var(--bb-logout-text-max-width);
display: flex;
margin: var(--bb-logout-text-margin);
overflow: hidden;
text-overflow: ellipsis;
Expand Down

0 comments on commit eeb4f33

Please sign in to comment.