add cutFileName for match table, fix some styles

This commit is contained in:
smanylov
2026-04-21 12:58:24 +07:00
parent 12fb7104a1
commit 04c27a9b7f
9 changed files with 95 additions and 44 deletions
+3 -3
View File
@@ -500,7 +500,7 @@
&-right-side {
display: flex;
flex-direction: column;
justify-content: space-between;
justify-content: start;
overflow: hidden;
}
@@ -864,7 +864,7 @@
.note-form-flex {
display: flex;
gap: 10px;
gap: var(--violation-info-indents);
width: 100%;
/* justify-content: space-between; */
}
@@ -922,7 +922,7 @@
box-sizing: border-box;
padding: 0px;
border-radius: 8px;
margin-bottom: 10px;
margin-bottom: var(--violation-info-indents);
overflow: hidden;
width: 100%;