Skip to content
Snippets Groups Projects
Commit 86d63380 authored by ali asaria's avatar ali asaria
Browse files

fix code breaking chat window

parent f77e38b4
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ a {
filter: opacity(0.9);
}
.chatBubbleContent pre {
text-wrap: wrap;
}
.chatB .hoverIcon {
opacity: 0.5;
transition: opacity 0.1s ease-in-out;
......@@ -144,3 +148,8 @@ fieldset {
border: none;
padding: 0;
}
.chatBubbleContent code {
display: block;
max-width: 300px;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment