1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Fixed small content jumping issue

This commit is contained in:
krateng 2022-04-23 17:05:47 +02:00
parent df07307730
commit 1bbb600481

View File

@ -517,7 +517,7 @@ table.list {
table.list tr {
background-color: var(--current-bg-color);
border-color: var(--current-bg-color);
height: 1.4em;
height: 1.5em;
}