This commit is contained in:
Yuri Kuznetsov
2024-01-04 14:37:09 +02:00
parent 358f0f6a98
commit 87bbb1914a

View File

@@ -3005,7 +3005,16 @@ table.table-admin-panel {
.note-editing-area {
ul,
ol {
margin-top: (@line-height-computed / 2);
margin-bottom: (@line-height-computed / 2);
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}
}
}