diff --git a/app/styles/common.css b/app/styles/common.css index 4ebe72c3b..7f689b25b 100644 --- a/app/styles/common.css +++ b/app/styles/common.css @@ -351,11 +351,11 @@ select:focus { padding: var(--s-2) var(--s-2-5); } -table tr:first-child td { +.my-table tr:first-child td { border-top: 1px solid var(--border); } -table td { +.my-table td { border-bottom: 1px solid var(--border); } diff --git a/app/styles/elements.css b/app/styles/elements.css index dd4af1549..2efbd7c2c 100644 --- a/app/styles/elements.css +++ b/app/styles/elements.css @@ -51,7 +51,7 @@ margin-inline-start: auto; background-color: transparent; border: none; - margin-block-start: -6px; + margin-block-start: -9px; margin-inline-end: -8px; outline: none; }