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

6 lines
124 B
CSS
Raw Normal View History

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