css fixes
This commit is contained in:
@@ -3243,18 +3243,18 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
|
||||
|
||||
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(2),
|
||||
.repository-table--files.app-table .p-datatable-tbody > tr > td:nth-child(2){
|
||||
width: 34%;
|
||||
width: 18%;
|
||||
max-width: 0;
|
||||
}
|
||||
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(7),
|
||||
.repository-table--files.app-table .p-datatable-tbody > tr > td:nth-child(7){
|
||||
width: 230px;
|
||||
width: 20%;
|
||||
min-width: 230px;
|
||||
white-space: normal;
|
||||
}
|
||||
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(8),
|
||||
.repository-table--files.app-table .p-datatable-tbody > tr > td:nth-child(8){
|
||||
width: 200px;
|
||||
width: 20%;
|
||||
min-width: 200px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user