This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Ensure select boxes use full width
fastled
Xose Pérez
7 years ago
parent
2c0afa7a55
commit
f384d81d8e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
code/html/custom.css
+ 3
- 0
code/html/custom.css
View File
@ -187,3 +187,6 @@ span.slider {
.
panel
.
block
{
display
:
block
;
}
select
{
width
:
100
%
;
}
Write
Preview
Loading…
Cancel
Save