PlainDiscuss/Source/Main.css
2022-06-16 17:17:42 +02:00

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%;
}