1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-06 09:20:43 +01:00

input with width icon using calc

This commit is contained in:
Kyle Spearrin 2017-06-26 22:28:51 -04:00
parent 1d102cad93
commit 61c44ea4d9

View File

@ -443,7 +443,7 @@
display: inline-block;
margin-left: 10px;
float: left;
width: 250px;
width: ~"calc(100% - 40px)";
}
}
}