Skip to content
Snippets Groups Projects
Commit abe16a70 authored by fsubal's avatar fsubal Committed by Eugen
Browse files

fix broken style when follower has long description (#2159)

parent baabbce6
No related branches found
No related tags found
No related merge requests found
...@@ -237,13 +237,14 @@ ...@@ -237,13 +237,14 @@
} }
.accounts-grid { .accounts-grid {
clear: both;
box-shadow: 0 0 15px rgba($color8, 0.2); box-shadow: 0 0 15px rgba($color8, 0.2);
background: $color5; background: $color5;
border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
padding: 20px 10px; padding: 20px 10px;
padding-bottom: 10px; padding-bottom: 10px;
overflow: hidden; overflow: hidden;
display: flex;
flex-wrap: wrap;
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
border-radius: 0; border-radius: 0;
...@@ -253,11 +254,9 @@ ...@@ -253,11 +254,9 @@
.account-grid-card { .account-grid-card {
box-sizing: border-box; box-sizing: border-box;
width: 335px; width: 335px;
float: left;
border: 1px solid $color2; border: 1px solid $color2;
border-radius: 4px; border-radius: 4px;
color: $color1; color: $color1;
height: 160px;
margin-bottom: 10px; margin-bottom: 10px;
&:nth-child(odd) { &:nth-child(odd) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment