jodit
Version:
Jodit is awesome and usefully wysiwyg editor with filebrowser
45 lines (44 loc) • 830 B
text/less
.jodit_paste_storage {
padding: @padding-default;
max-width: 600px;
@media (max-width: @screen-sm) {
max-width: 100%;
}
> div {
max-width: 100%;
max-height: 300px;
border: 1px solid @color-border;
&:first-child {
a {
outline: none;
box-sizing: border-box;
display: block;
max-width: 100%;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
padding: @padding-default / 2;
margin: 0;
border: 1px solid transparent;
text-decoration: none;
color: @color-default;
&.jodit_active {
color: @color-white;
background-color: @dark_background_color;
}
&:focus {
outline: none;
}
}
margin-bottom: @padding-default;
}
&:last-child {
padding: @padding-default;
ul,
li {
margin: 0;
}
overflow: auto;
}
}
}