mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 01:49:05 +02:00
Do not overlap label placeholders in preview.
This commit is contained in:
parent
25475b5571
commit
9179ea4559
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
||||||
.cke_placeholder {
|
.cke_placeholder {
|
||||||
background: #ffff00;
|
background: #ffff00;
|
||||||
padding: 4px 2px;
|
padding: 1px 2px;
|
||||||
outline-offset: -2px;
|
outline-offset: -2px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin: 0 1px;
|
margin: 0 1px;
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cke_placeholder::selection {
|
.cke_placeholder::selection {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue