jjaffeux 81bbc2080a removes links and clear placeholders for now
It works well, but is too much noise for the value
2020-04-22 12:41:42 +02:00

16 lines
229 B
SCSS

.d-wrap[data-wrap="placeholder"] {
.discourse-placeholder-name {
width: 50%;
min-width: auto;
}
p {
max-width: 40%;
}
.discourse-placeholder-value,
.discourse-placeholder-select {
width: 100%;
}
}