fixes in css
This commit is contained in:
@@ -3138,6 +3138,17 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
|
||||
padding-inline: 0.8rem;
|
||||
}
|
||||
|
||||
|
||||
.repository-table--routers.app-table .p-datatable-thead > tr > th:first-child,
|
||||
.repository-table--routers.app-table .p-datatable-tbody > tr > td:first-child{
|
||||
width: 18%;
|
||||
min-width: 220px;
|
||||
max-width: 0;
|
||||
}
|
||||
.repository-table--routers .table-primary--ellipsis{
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.repository-table .table-primary--ellipsis{
|
||||
display:block;
|
||||
max-width:100%;
|
||||
@@ -3336,6 +3347,13 @@ body.dark-theme .device-toggle.is-active{background:linear-gradient(135deg,color
|
||||
text-overflow:unset;
|
||||
}
|
||||
|
||||
.repository-table--routers.app-table .p-datatable-thead > tr > th:first-child,
|
||||
.repository-table--routers.app-table .p-datatable-tbody > tr > td:first-child{
|
||||
width: auto;
|
||||
min-width: 0;
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.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),
|
||||
.repository-table--files.app-table .p-datatable-thead > tr > th:nth-child(7),
|
||||
|
||||
Reference in New Issue
Block a user