Editor - ponovno nastavljen na 100% sirine (prej je bil nastavljen na 600px)

This commit is contained in:
pero1203 2022-10-19 11:22:34 +02:00
parent e4a71a13c9
commit e0b9293c20
2 changed files with 2 additions and 2 deletions

View File

@ -10583,7 +10583,7 @@ div.button_holder.editor_button_holder {
}
.cke_reset {
width: 600px !important;
width: calc(100% - 2px) !important;
}
span.cke_toolgroup .cke_button {

View File

@ -96,7 +96,7 @@ div.button_holder.editor_button_holder{
}
.cke_reset{
width: 600px !important;
width: calc(100% - 2px) !important;
}
span.cke_toolgroup{