summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/shared/components/description-info/description-info.component.less
blob: 51e22485eb85568c727b3c95d25aeb3d39514697 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.input-wrapper {
    display: flex;
    margin: 20px 0;
}

.desc-label {
    display: inline-block;
    width: 30%;
    margin-left: 8px;
}
.text-single-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}
.text-label::after {
    content: ':'
}

.desc-item {
    display: inline-block;
    width: 70%;
}