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

Fixed minor alignment issue

parent 55ab48f4
Branches
No related tags found
No related merge requests found
......@@ -218,16 +218,13 @@
.message
display: flex
line-height: 24px
line-height: 20px
padding: 12px 24px
border-bottom: 1px solid #e5e5e5
color: #212121
background: #fff
position: relative
@media(max-width: 800px)
line-height: 1rem
> .more
height: 56px
width: 56px
......
......@@ -1092,15 +1092,12 @@ body {
display: none; }
.results .buffer .container .context .message {
display: flex;
line-height: 24px;
line-height: 20px;
padding: 12px 24px;
border-bottom: 1px solid #e5e5e5;
color: #212121;
background: #fff;
position: relative; }
@media (max-width: 800px) {
.results .buffer .container .context .message {
line-height: 1rem; } }
.results .buffer .container .context .message > .more {
height: 56px;
width: 56px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment