10 lines
212 B
CSS
10 lines
212 B
CSS
/* Hide TinyMCE branding */
|
|
.tox .tox-statusbar__branding {
|
|
display: none !important;
|
|
}
|
|
|
|
/* Alternative approach - hide the entire statusbar if needed */
|
|
.tox .tox-statusbar {
|
|
display: none !important;
|
|
}
|