]> git.scottworley.com Git - vopamoi/blame - vopamoi.css
Fix: Escape aborts tagging
[vopamoi] / vopamoi.css
CommitLineData
4e05a0a2
SW
1input {
2 width: calc(100% - 8px); /* 8px to account for the default padding and border */
3}
7b5b90b9
SW
4.tag {
5 float: right;
6 margin-left: 1em;
7}
8input.tag {
9 width: 7em;
10}