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.
16 lines (14 loc) • 305 B
text/less
/*
* Use double class selector to beat specificity of `.key-binding`.
*/
.key-binding.key-binding-sm {
border: none;
line-height: 1;
margin-left: 0;
padding-bottom: 3px;
padding-top: 3px;
}
// We have to override Atom's default for <label>.
.nuclide-diagnostics-label {
margin-bottom: 0;
}