index.css 422 B

12345678910111213141516171819
  1. /*-----------------------------------------------------------------------------
  2. | Copyright (c) 2014-2016, Jupyter Development Team.
  3. |
  4. | Distributed under the terms of the Modified BSD License.
  5. |----------------------------------------------------------------------------*/
  6. .jp-InputArea {
  7. display: flex;
  8. flex-direction: row;
  9. }
  10. .jp-InputArea-prompt {
  11. flex: 0 0 auto;
  12. }
  13. .jp-InputArea-editor {
  14. flex: 1 1 auto;
  15. }