Fix select widget width in share modal (#23426)

GitOrigin-RevId: 5912a315ac9bc634ca1b7ce9645c23a5e590461d
This commit is contained in:
Domagoj Kriskovic
2025-02-06 10:37:30 +01:00
committed by Copybot
parent d251d05e39
commit 3ca1b19eca

View File

@@ -75,14 +75,14 @@
font-size: var(--font-size-03);
.select-wrapper {
width: 100px;
margin-left: auto;
.select-trigger {
padding: 0 var(--spacing-05);
color: var(--neutral-70);
border: none;
background-color: transparent;
text-align: right;
padding-right: 30px;
&:focus {
box-shadow: none;