.table th,
.jsgrid .jsgrid-table th,
.table td,
.jsgrid .jsgrid-table td {
    vertical-align: middle;
    line-height: 1;
    white-space: nowrap;
}

.square-image-100 {
    width: 100px;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.longtext {
    max-width: 120px !important;
    text-overflow: ellipsis;
    overflow: hidden;
}
