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

10 lines
No EOL
179 B
CSS

.editableTextView {
/* Match the padding of the edit input
* 8px padding + 2px border
*/
padding: 10px;
}
.editableMarkdownEdit {
font-family: monospace;
}