From efe395956fd825c1f1b0594a5607d2dd0a2e6f12 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Sun, 15 Oct 2023 17:14:57 +0200 Subject: [PATCH] styling select2 elements --- docs/gentelella/build/css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/gentelella/build/css/custom.css b/docs/gentelella/build/css/custom.css index 8b2e3cf183d..fcaf1623d1f 100644 --- a/docs/gentelella/build/css/custom.css +++ b/docs/gentelella/build/css/custom.css @@ -4926,4 +4926,8 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; } table.dataTable.display tbody tr.prrTooHigh { background-color: rgba(255, 0, 0, 10%); +} + +.select2 { + max-width: 100%; } \ No newline at end of file