Skip to content
Snippets Groups Projects
Commit 3317e360 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed minor alignment issue

parent ff6911e7
No related branches found
No related tags found
No related merge requests found
...@@ -316,4 +316,7 @@ ...@@ -316,4 +316,7 @@
@media(max-width: 800px) @media(max-width: 800px)
vertical-align: top vertical-align: top
display: inline display: inline
\ No newline at end of file
span
vertical-align: top
\ No newline at end of file
...@@ -1184,4 +1184,6 @@ body { ...@@ -1184,4 +1184,6 @@ body {
@media (max-width: 800px) { @media (max-width: 800px) {
.results .buffer .container .context .message .container .content { .results .buffer .container .context .message .container .content {
vertical-align: top; vertical-align: top;
display: inline; } } display: inline; }
.results .buffer .container .context .message .container .content span {
vertical-align: top; } }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment