* reduce items in one row for lower resolutions, bug #36921.
This commit is contained in:
@@ -47,6 +47,11 @@
|
||||
#selected-data-sorter .list-group-item::before {content: counter(list-item); counter-increment: list-item; display: inline-block; width: 2ch; padding-right: 28px;}
|
||||
#selected-data-sorter .list-group-item.drag-shadow::before {content: '';}
|
||||
#selected-data-sorter .list-group-item .remove-icon {cursor: pointer; padding: 2px;}
|
||||
|
||||
@media (max-width: 1366px)
|
||||
{
|
||||
.obj-view-body {grid-template-columns: repeat(3, 1fr);}
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
||||
@@ -39,6 +39,11 @@
|
||||
.target-form-group .option label {cursor: pointer;}
|
||||
.target-form-group .option input {cursor: pointer;}
|
||||
#go-test-btn {margin-left: 16px;}
|
||||
|
||||
@media (max-width: 1366px)
|
||||
{
|
||||
.target-form-group .options {grid-template-columns: repeat(3, 1fr);}
|
||||
}
|
||||
</style>
|
||||
|
||||
<?php include 'promptdesignprogressbar.html.php';?>
|
||||
|
||||
Reference in New Issue
Block a user