mirror of
https://github.com/liubinfighter/csv-lite.git
synced 2026-07-22 05:43:52 +00:00
style: adjust padding for compact dropdown alignment
- Added left and right padding adjustments to the setting item control in the compact dropdown to ensure proper alignment with buttons.
This commit is contained in:
parent
672d162195
commit
d43e2063df
1 changed files with 2 additions and 0 deletions
|
|
@ -191,6 +191,8 @@ If your plugin does not need CSS, delete this file.
|
|||
/* Align dropdown vertically with buttons */
|
||||
.csv-delimiter-compact .setting-item-control {
|
||||
margin: 0 !important;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
.csv-delimiter-compact .setting-item-control .dropdown {
|
||||
height: 32px !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue