Skip to content

Commit

Permalink
style: make alarm input shorter
Browse files Browse the repository at this point in the history
Signed-off-by: Grigory Vodyanov <[email protected]>
  • Loading branch information
GVodyanov committed Nov 17, 2024
1 parent fd06476 commit 05d144d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css/app-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,10 @@
align-items: center;
min-height: 44px;

.vs__dropdown-toggle {
width: 200px;
}

&__icon {
align-self: flex-start;

Expand Down Expand Up @@ -913,7 +917,7 @@
text-align: start;
// Account for avatar width (because it is position: relative)

padding-inline-end: 32px;
padding-inline-end: 32px;

&__label {
width: 100%;
Expand Down

0 comments on commit 05d144d

Please sign in to comment.