UNPKG

262 BCSSView Raw
1/*
2 * Copyright (c) Jupyter Development Team.
3 * Distributed under the terms of the Modified BSD License.
4 */
5
6.jp-Input-Boolean-Dialog {
7 flex-direction: row-reverse;
8 align-items: end;
9 width: 100%;
10}
11
12.jp-Input-Boolean-Dialog > label {
13 flex: 1 1 auto;
14}