Skip to content
Snippets Groups Projects
Commit 28bda967 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: territory members flex

parent 7188b697
No related branches found
No related tags found
No related merge requests found
Pipeline #15685 passed with stage
in 1 minute and 15 seconds
......@@ -51,6 +51,17 @@
}
.half:nth-child(even) {border-left: 1px solid #F6F6F6;}
}
.masonry>div:first-child {
align-items: center;
flex-wrap: wrap;
}
.masonry>div:first-child {
display: flex!important;
}
.masonry>div:nth-child(1)>solid-display {
display: flex;
}
}
&>[fields="edit, tzcld_profile.community"] {
h2 {
......
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