1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 23:17:26 +00:00
festa/components/generic/editable/inputs.module.css

10 lines
179 B
CSS
Raw Normal View History

.editableTextView {
/* Match the padding of the edit input
* 8px padding + 2px border
*/
padding: 10px;
2022-07-17 04:19:23 +00:00
}
.editableMarkdownEdit {
font-family: monospace;
}