parent
9e88b1413d
commit
3d7e514aa3
3 changed files with 38 additions and 10 deletions
|
@ -991,6 +991,17 @@ a:focus {
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.co-fixed-table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.co-fixed-table .co-flowing-col{
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
padding-left: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.co-table td {
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 10px;
|
||||
|
@ -1037,10 +1048,12 @@ a:focus {
|
|||
|
||||
.co-table .checkbox-col {
|
||||
width: 24px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.co-table td.options-col {
|
||||
width: 30px;
|
||||
width: 36px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.co-table td.caret-col {
|
||||
|
|
|
@ -118,6 +118,19 @@
|
|||
color: black;
|
||||
}
|
||||
|
||||
.arepo-panel-tags-element .tag-span {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 250px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@media (max-width: 1000px) {
|
||||
.repo-panel-tags-element .image-track {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.repo-panel-tags-element .tag-span {
|
||||
overflow: hidden;
|
||||
|
|
Reference in a new issue