mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 13:53:34 +00:00
input with width icon using calc
This commit is contained in:
@@ -443,7 +443,7 @@
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
float: left;
|
||||
width: 250px;
|
||||
width: ~"calc(100% - 40px)";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user