Skip to content

Commit

Permalink
Merge pull request #14268 from ckeditor/ck/14230-the-insert-image-via…
Browse files Browse the repository at this point in the history
…-url-form-layout-is-broken

Fix (ui): Fixed a styling issue that would cause some toolbar dropdowns to be shrunk.
  • Loading branch information
mlewand committed May 30, 2023
2 parents 22a9dfa + 058111f commit 53f0dc2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

.ck.ck-input {
min-width: unset;
}

.color-picker-hex-input {
width: max-content;

& .ck.ck-input {
min-width: unset;
}
}

.ck.ck-color-picker__row {
Expand Down

0 comments on commit 53f0dc2

Please sign in to comment.