mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 10:33:41 -05:00
Remove user-agent padding from text-input rightpanel fields
This commit is contained in:
parent
e0ee01e614
commit
55442da49d
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ div.right-panel-content.user {
|
||||||
|
|
||||||
input.text-input {
|
input.text-input {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
padding: 0; /* Necessary to prevent alignment issues with other cells */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-bottom: 1px solid var(--blockquote-border-color);
|
border-bottom: 1px solid var(--blockquote-border-color);
|
||||||
|
|
Loading…
Add table
Reference in a new issue