Skip to content
Snippets Groups Projects
Commit 26849a1c authored by Serhii Myronets's avatar Serhii Myronets
Browse files

Issue #3473816: Improve group members list layout and word break

parent ffe939ac
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,6 @@
padding: 0;
}@media (min-width: 900px) {
.view--group-managers {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 1.25rem;
}
.view--group-managers .card__block {
flex: 0 0 48%;
}
}
......@@ -57,7 +57,6 @@
margin: 0;
font-size: .875rem;
line-height: 1.25;
word-break: break-all;
}
.list-item__text p {
......
......@@ -84,7 +84,6 @@
margin: 0;
font-size: .875rem;
line-height: 1.25;
word-break: break-all;
p {
margin-bottom: 0;
......
......@@ -2,18 +2,10 @@
.view--group-managers {
@include for-tablet-landscape-up {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 1.25rem;
.card__block {
flex: 0 0 48%;
}
}
.card__block {
padding: 0;
}
}
\ No newline at end of file
}
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