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
Branches
No related tags found
No related merge requests found
......@@ -317,3 +317,6 @@
@media(max-width: 800px)
vertical-align: top
display: inline
span
vertical-align: top
\ No newline at end of file
......@@ -1184,4 +1184,6 @@ body {
@media (max-width: 800px) {
.results .buffer .container .context .message .container .content {
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