This commit is contained in:
Izuddin
2022-09-02 15:09:48 +07:00
parent ec1d2eb4ab
commit aeb14031a4
4 changed files with 24 additions and 6 deletions
+12
View File
@@ -363,3 +363,15 @@ table.dataTable th,table.dataTable thead td
border: rgba(52,73,94,0.94) !important;
color: white !important;
}
.select2.narrow {
width: 300px;
}
.wrap.select2-selection--single {
height: 100%;
}
.select2-container .wrap.select2-selection--single .select2-selection__rendered {
word-wrap: break-word;
text-overflow: inherit;
white-space: normal;
}