Skip to content
Snippets Groups Projects
Commit 6e403157 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3951

Closes #3951

Merge request studip/studip!2809
parent 6b7994e6
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,13 @@ $ownColor: var(--petrol-40); ...@@ -8,6 +8,13 @@ $ownColor: var(--petrol-40);
.talk-bubble-avatar { .talk-bubble-avatar {
padding: 8px; padding: 8px;
width: 40px;
height: 40px;
img {
width: 100%;
height: 100%;
}
} }
.talk-bubble { .talk-bubble {
...@@ -136,4 +143,4 @@ $ownColor: var(--petrol-40); ...@@ -136,4 +143,4 @@ $ownColor: var(--petrol-40);
flex-direction: row-reverse; flex-direction: row-reverse;
} }
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment