I don't know how to solve this problem and I don't know exactly this issue of me.
The output text is cutting. Originally, https ~blah blah But this capture ttps :<

Do you know how to solve this issue?
same issue for all available themes.
thank you and I look forward to fixing as soon as possible.
But, custom.css is changed after jupyter restart so, I have still the same issue. Help me plz.
Same here. However, if I increase the output font size, the output text won't be cut. It does not solve the problem, but at least it helps visualizing the output.
EDITED: by they way, this solution works https://github.com/dunovank/jupyter-themes/issues/244
I also encountered the same problem and look forward to a solution
I solved using following like that
div.output_area {
display: -webkit-box;
padding: 13px;
}
I solved using following like that
div.output_area {
display: -webkit-box;
padding: 13px;
}
thanks~ it's works for me
I also see this
Glad I am not the only one experiencing this problem. Looking fwd to a solution... The suggestion of:
div.output_area {
display: -webkit-box;
padding: 13px;
}
unfortunately does not work for me.
Have you updated recently. This should be fixed in the latest release
On Sat, Dec 1, 2018 at 6:41 PM James Hsieh notifications@github.com wrote:
Glad I am not the only one experiencing this problem. Looking fwd to a
solution... The suggestion of:div.output_area {
display: -webkit-box;
padding: 13px;
}unfortunately does not work for me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-443467986,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADqqznTbAf_jorZPK3psM8W-2vX9YQbZks5u0xOTgaJpZM4Xb3lV
.>
Sent from my iPhone
Hi Kyle
Thx, I downloaded the new version and it works beautifully.
Thx again!
SH
On Dec 1, 2018, at 6:12 PM, Kyle Dunovan notifications@github.com wrote:
Have you updated recently. This should be fixed in the latest release
On Sat, Dec 1, 2018 at 6:41 PM James Hsieh notifications@github.com wrote:
Glad I am not the only one experiencing this problem. Looking fwd to a
solution... The suggestion of:div.output_area {
display: -webkit-box;
padding: 13px;
}unfortunately does not work for me.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-443467986,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADqqznTbAf_jorZPK3psM8W-2vX9YQbZks5u0xOTgaJpZM4Xb3lV
.>
Sent from my iPhone
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-443474723, or mute the thread https://github.com/notifications/unsubscribe-auth/AGeQPIaIAUzyPLNxrmc1N0JtIgpUw15Wks5u0zb5gaJpZM4Xb3lV.
Since this has been fixed in the branch, can we close this ticket?
Yes please, thank you for your support!
SH
On Jan 25, 2019, at 4:25 PM, Gabriel Fair notifications@github.com wrote:
Since this has been fixed in the branch, can we close this ticket?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/dunovank/jupyter-themes/issues/292#issuecomment-457779947, or mute the thread https://github.com/notifications/unsubscribe-auth/AGeQPNjlMjmhr4TxAtU9nLHo04XjtOOrks5vG6BugaJpZM4Xb3lV.
Most helpful comment
same issue for all available themes.