|
@@ -12,4 +12,10 @@
|
|
|
.ck.ck-block-toolbar-button {
|
|
.ck.ck-block-toolbar-button {
|
|
|
transform: translateX( -10px );
|
|
transform: translateX( -10px );
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ /* Restrict the width of the editor to isolate it from the content of the guide. */
|
|
|
|
|
+ #snippet-block-toolbar {
|
|
|
|
|
+ margin-left: 5%;
|
|
|
|
|
+ margin-right: 5%;
|
|
|
|
|
+ }
|
|
|
</style>
|
|
</style>
|