display/src/App.css

9 lines
144 B
CSS
Raw Normal View History

2021-11-12 16:41:27 +01:00
.placeholder:empty:before {
content: "\200b";
}
2021-11-12 16:41:27 +01:00
.placeholder {
display: inline-block;
width: 50px;
background-color: #c9c9c9;
}