mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #500 from rasika/release-2.0.x
Fixing grid-view cropped on group view
This commit is contained in:
commit
4d6d3247f7
@ -6547,7 +6547,7 @@ select > option:hover {
|
|||||||
|
|
||||||
@media (min-width: 1200px){
|
@media (min-width: 1200px){
|
||||||
table tbody tr {
|
table tbody tr {
|
||||||
width: 14% !important;
|
width: 18% !important;
|
||||||
}
|
}
|
||||||
.table .fw-stack{
|
.table .fw-stack{
|
||||||
font-size: 1.2vw;
|
font-size: 1.2vw;
|
||||||
@ -6556,7 +6556,7 @@ select > option:hover {
|
|||||||
|
|
||||||
@media (min-width: 1500px){
|
@media (min-width: 1500px){
|
||||||
table tbody tr {
|
table tbody tr {
|
||||||
width: 10% !important;
|
width: 14% !important;
|
||||||
}
|
}
|
||||||
.table .fw-stack{
|
.table .fw-stack{
|
||||||
font-size: 0.8vw;
|
font-size: 0.8vw;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user