css for drop down list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2025 09:23 PM - edited 02-24-2025 07:24 AM
i have a user drop down list but no matter what i do , the input box area is way too small
how can i increase it ?
.sn-record-picker {
width: 100%;
max-width: 600px; /* Ensure it spans across the available width */
font-size: 1.6em;
padding: 10px;
height: 100px; /* Ensure it's large enough */
border-radius: 8px;
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2025 02:38 PM
@Murtaza Saify i tried this :
.sn-record-picker input { height: 50px; /* Adjust height as needed */ font-size: 1.6em; /* Adjust font size */ padding: 10px; /* Adjust padding */ }
it does not work
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2025 02:46 PM
@Murtaza Saify i am trying to change this box :