mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
add input for length
This commit is contained in:
@@ -136,11 +136,15 @@
|
||||
}
|
||||
|
||||
&.box-content-row-slider {
|
||||
input {
|
||||
input[type="range"] {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
label, span {
|
||||
input[type="number"] {
|
||||
width: 45px;
|
||||
}
|
||||
|
||||
label {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user