mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 06:39:02 +02:00
On v2, use smaller (default) border radius on select inputs
This commit is contained in:
@@ -149,6 +149,10 @@ output {
|
||||
textarea& {
|
||||
height: auto;
|
||||
}
|
||||
// Smaller border-radius for `select` inputs
|
||||
select& {
|
||||
border-radius: @border-radius-base;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user