mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
MINOR Only restricting max width of subsites drop down in CMS to allow for saving space by auto-shrinking it
This commit is contained in:
parent
d956d31ed4
commit
7cf7a788d1
@ -29,7 +29,7 @@
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
#SubsitesSelect {
|
#SubsitesSelect {
|
||||||
width: 200px;
|
max-width: 200px;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user