diff options
Diffstat (limited to 'index.css')
| -rw-r--r-- | index.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -87,4 +87,8 @@ body { label { display: flex; flex-direction: row; margin-bottom: 10px; } label > span { display: block; min-width: 80px; } #recording_msg { display: none; } -.recording #recording_msg { display: inline; }
\ No newline at end of file +.recording #recording_msg { display: inline; } +#cases { + margin-top: 10px; + height: 60px; +}
\ No newline at end of file |
