Files
ihrm/static/build/css/styleWidget.css
Ashwanth Balakrishnan 58be33a8d7 Added Pre-Commit Hooks (#175)
* Added pre commit hook

* Run pre commit hook on all files

---------

Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
2024-05-07 12:23:36 +05:30

22 lines
490 B
CSS

[data-widget="style-widget"] + .select2-container{
width: 100% !important;
}
[data-widget="style-widget"] + .select2-container .select2-selection {
height: 50px !important; /* Adjust the height value as needed */
}
[data-widget="style-widget"]:not(input[type="checkbox"]){
border:1px solid hsl(213deg,22%,84%);
border-radius:0rem;
padding:0.8rem 1.25rem;
color: #1c1c1c;
width: 100%;
}
input[type="checkbox"][data-widget="style-widget"]{
width: 100%;
}