atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
17 lines (15 loc) • 483 B
text/less
/*
* Use element + class selectors, as opposed to just the class selector, to match the specificity of
* `atom-text-editor[mini]`.
*/
atom-text-editor[mini].atom-text-editor-sm {
font-size: 0.9em;
line-height: 2em;
}
/*
* When wrapping <atom-input> elements in .row/.col, their margin-bottom no longer collapses with
* the margin-bottom of .block. Ensure the margin is set to 0 so margins don't stack.
*/
atom-panel.modal .atom-text-editor-unstyled[mini] {
margin: 0;
}