add cutFileName for match table, fix some styles
This commit is contained in:
@@ -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%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user