Remove user-agent padding from text-input rightpanel fields

This commit is contained in:
nexy7574 2024-12-30 00:33:47 +00:00 committed by GitHub
parent e0ee01e614
commit 55442da49d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);