mirror of
https://gitlab.com/octtspacc/PlainDiscuss
synced 2025-02-16 19:40:46 +01:00
18 lines
181 B
CSS
18 lines
181 B
CSS
Input, TextArea {
|
|
//Width: 100%;
|
|
}
|
|
/*
|
|
Span {
|
|
Display: Block;
|
|
Overflow: Hidden;
|
|
}
|
|
Label{
|
|
Float: Left;
|
|
Padding-Right: 8px;
|
|
}
|
|
*/
|
|
TextArea {
|
|
Width: 100%;
|
|
Height: 30%;
|
|
}
|