ipfs/src/components/Add.module.css

8 lines
123 B
CSS
Raw Normal View History

2019-10-16 17:02:04 +02:00
.add {
max-width: 40rem;
width: 100%;
2019-10-16 17:26:46 +02:00
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
2019-10-16 17:02:04 +02:00
}