summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/modals/msmStyle.scss
blob: 91c35b3d7bd64f1accbdca2443db459bd6605773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.release-container {
  flex-wrap: nowrap;
  overflow: hidden;
  .text-container {
    max-width: 500px;
    .release-text {
      text-overflow: ellipsis;
      overflow-wrap: break-word;
      word-wrap: break-word;
      white-space: pre-wrap;

      &.hidden-item {
        color: gray;
      }
    }
  }
  &.release-multi {
    cursor: zoom-in;
  }
}