Editor - ponovno nastavljen na 100% sirine (prej je bil nastavljen na 600px)
This commit is contained in:
parent
e4a71a13c9
commit
e0b9293c20
@ -10583,7 +10583,7 @@ div.button_holder.editor_button_holder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cke_reset {
|
.cke_reset {
|
||||||
width: 600px !important;
|
width: calc(100% - 2px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.cke_toolgroup .cke_button {
|
span.cke_toolgroup .cke_button {
|
||||||
|
@ -96,7 +96,7 @@ div.button_holder.editor_button_holder{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.cke_reset{
|
.cke_reset{
|
||||||
width: 600px !important;
|
width: calc(100% - 2px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.cke_toolgroup{
|
span.cke_toolgroup{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user