mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 21:01:33 +02:00
Fix select widget width in share modal (#23426)
GitOrigin-RevId: 5912a315ac9bc634ca1b7ce9645c23a5e590461d
This commit is contained in:
committed by
Copybot
parent
d251d05e39
commit
3ca1b19eca
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user