mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
fix margin typo on output prompt
This commit is contained in:
parent
15689fb664
commit
fa55ba2b43
@ -208,7 +208,7 @@ div.out_prompt_overlay:hover {
|
||||
div.output_prompt {
|
||||
color: darkred;
|
||||
/* 5px right shift to account for margin in parent container */
|
||||
margin-left: 0 5px 0 -5px;
|
||||
margin: 0 5px 0 -5px;
|
||||
}
|
||||
|
||||
/* This class is the outer container of all output sections. */
|
||||
|
Loading…
Reference in New Issue
Block a user