mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
10 lines
157 B
CSS
10 lines
157 B
CSS
|
|
.save-log-textarea {
|
|
resize: none;
|
|
cursor: text;
|
|
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
|
font-size: 12px;
|
|
width: 100%;
|
|
}
|
|
|