Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #263 from ckeditor/i/6049
Browse files Browse the repository at this point in the history
Feature: Added styles for the LabeledView (see ckeditor/ckeditor5-table#227).
  • Loading branch information
jodator authored Jan 24, 2020
2 parents 2602ab4 + 5683d8e commit 4e36147
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions theme/ckeditor5-ui/components/labeledview/labeledview.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/

.ck.ck-labeled-view .ck-labeled-view__status {
font-size: var(--ck-font-size-small);
margin-top: var(--ck-spacing-small);

/* Let the info wrap to the next line to avoid stretching the layout horizontally.
The status could be very long. */
white-space: normal;
}

.ck.ck-labeled-view .ck-labeled-view__status_error {
color: var(--ck-color-base-error);
}

0 comments on commit 4e36147

Please sign in to comment.