Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!5728
brute force the CKEditor 5 toolbar item collapse to happen in tabledrag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
brute force the CKEditor 5 toolbar item collapse to happen in tabledrag
issue/drupal-3332416:3332416-ckeditor-5-toolbar
into
11.x
Overview
14
Commits
10
Pipelines
15
Changes
4
Open
Ben Mullins
requested to merge
issue/drupal-3332416:3332416-ckeditor-5-toolbar
into
11.x
1 year ago
Overview
14
Commits
10
Pipelines
15
Changes
4
Expand
Closes
#3332416
0
0
Merge request reports
Compare
11.x
version 14
69388f02
10 months ago
version 13
8972235b
10 months ago
version 12
5e9297a0
1 year ago
version 11
620c1dee
1 year ago
version 10
15ee23fc
1 year ago
version 9
089b1b66
1 year ago
version 8
ca027361
1 year ago
version 7
d5afd983
1 year ago
version 6
1a7445d7
1 year ago
version 5
2e194b54
1 year ago
version 4
ddafb1a3
1 year ago
version 3
d244f686
1 year ago
version 2
db440d40
1 year ago
version 1
0dc26ca7
1 year ago
11.x (HEAD)
and
latest version
latest version
1df7a8b6
10 commits,
10 months ago
version 14
69388f02
12 commits,
10 months ago
version 13
8972235b
11 commits,
10 months ago
version 12
5e9297a0
10 commits,
1 year ago
version 11
620c1dee
9 commits,
1 year ago
version 10
15ee23fc
8 commits,
1 year ago
version 9
089b1b66
8 commits,
1 year ago
version 8
ca027361
8 commits,
1 year ago
version 7
d5afd983
7 commits,
1 year ago
version 6
1a7445d7
6 commits,
1 year ago
version 5
2e194b54
5 commits,
1 year ago
version 4
ddafb1a3
4 commits,
1 year ago
version 3
d244f686
3 commits,
1 year ago
version 2
db440d40
2 commits,
1 year ago
version 1
0dc26ca7
1 commit,
1 year ago
4 files
+
77
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
core/modules/ckeditor5/css/editor.css
+
14
−
0
Options
@@ -29,3 +29,17 @@
@@ -29,3 +29,17 @@
.ck-toolbar__items
.ck.ck-button.ck-on
{
.ck-toolbar__items
.ck.ck-button.ck-on
{
border
:
1px
solid
var
(
--ck-color-button-on-color
);
border
:
1px
solid
var
(
--ck-color-button-on-color
);
}
}
[
data-drupal-calibrate-width
]
[
data-drupal-ckeditor5-cell
]
{
display
:
none
;
}
[
data-drupal-calibrate-width
]
td
:not
([
data-drupal-ckeditor5-cell
])
{
display
:
inline-block
;
}
@media
screen
and
(
max-width
:
90rem
)
{
.ck
.ck-editor__top
.ck.ck-toolbar.ck-toolbar_grouping
>
.ck-toolbar__items
{
flex-wrap
:
wrap
;
}
}
Loading