UNPKG

@jupyterlab/apputils

Version:
15 lines (12 loc) 262 B
/* * Copyright (c) Jupyter Development Team. * Distributed under the terms of the Modified BSD License. */ .jp-Input-Boolean-Dialog { flex-direction: row-reverse; align-items: end; width: 100%; } .jp-Input-Boolean-Dialog > label { flex: 1 1 auto; }