CSS
This commit is contained in:
parent
76cc40973d
commit
b30c55a2ee
@ -655,6 +655,14 @@ select.flat.selectlimit {
|
|||||||
max-width: 0;
|
max-width: 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
.divintdwithtwolinesmax {
|
||||||
|
width: 75px;
|
||||||
|
display: -webkit-box;
|
||||||
|
-webkit-box-orient: vertical;
|
||||||
|
-webkit-line-clamp: 2;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.tablelistofcalendars {
|
.tablelistofcalendars {
|
||||||
margin-top: 25px !important;
|
margin-top: 25px !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user