Welcome to mirror list, hosted at ThFree Co, Russian Federation.

media_object.scss « framework « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89c561479cce8926acaec0fe5729a4605c00099f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.media-body-wrap {
  flex-grow: 1;
}