Skip to content

Commit

Permalink
Fix font size of the execute time element (#103)
Browse files Browse the repository at this point in the history
* Fix font size of the execute time element

* Switch to percentage based size

* Add changelog entry

---------

Co-authored-by: Divyansh Choudhary <choudhdi@deshaw.com>
  • Loading branch information
divyansshhh and Divyansh Choudhary authored Nov 1, 2023
1 parent d9b8ea0 commit 0f407a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
- Enable defining custom date format [#93](https://github.com/deshaw/jupyterlab-execute-time/pull/93)
- Support execution failure timing information (in JupyterLab 4.1+) [#100](https://github.com/deshaw/jupyterlab-execute-time/pull/100)

### Fixed

- Font size of the execute time indicator [#103](https://github.com/deshaw/jupyterlab-execute-time/pull/103)

## [3.0.1](https://github.com/deshaw/jupyterlab-execute-time/compare/v3.0.0...v3.0.1) (2023-08-02)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
justify-content: space-between;
margin-top: 2px;
font-family: var(--jp-code-font-family, monospace);
font-size: 80%;
font-size: 86%;
border-top: 1px solid var(--jp-cell-editor-border-color, #cfcfcf);
padding: 0 2px;
}
Expand Down

0 comments on commit 0f407a0

Please sign in to comment.