continue: work on violation page and table
This commit is contained in:
@@ -789,15 +789,15 @@
|
||||
}
|
||||
|
||||
td {
|
||||
padding: 15px 0;
|
||||
padding: 15px 16px;
|
||||
white-space: nowrap;
|
||||
|
||||
&:first-child {
|
||||
padding-left: 15px;
|
||||
/* padding-left: 15px; */
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
padding-right: 15px;
|
||||
/* padding-right: 15px; */
|
||||
}
|
||||
|
||||
&:has(.table-item-id) {
|
||||
@@ -862,7 +862,8 @@
|
||||
gap: 5px;
|
||||
}
|
||||
|
||||
button {
|
||||
button,
|
||||
a {
|
||||
padding: 4px 12px;
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
@@ -4400,6 +4401,11 @@
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.source-image {
|
||||
max-width: 120px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.source-url {
|
||||
color: #6366f1;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user