dgf-prototype/frontend/src/App.css

12 lines
136 B
CSS
Raw Normal View History

2024-04-22 13:54:54 -05:00
.linebreaks {
2024-03-20 09:32:50 -05:00
white-space: pre-line;
2024-04-21 12:51:58 -05:00
}
.input-paper-id {
width: 30em !important;
2024-04-27 15:59:36 -05:00
}
.input-event-uri {
width: 75em !important;
2024-03-20 09:32:50 -05:00
}