diff --git a/Mohem/src/app/notification/mo-item-history/mo-item-history.component.scss b/Mohem/src/app/notification/mo-item-history/mo-item-history.component.scss index 95c01568..ae11a4d9 100644 --- a/Mohem/src/app/notification/mo-item-history/mo-item-history.component.scss +++ b/Mohem/src/app/notification/mo-item-history/mo-item-history.component.scss @@ -7,14 +7,25 @@ ion-label.labelValue.sc-ion-label-ios-h.sc-ion-label-ios-s.ios.hydrated, ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.hydrated { - white-space: pre-wrap !important; + // white-space: pre-wrap !important; + // --color: initial; + // display: block; + // color: var(--color); + // font-family: var(--ion-font-family,inherit); + // font-size: inherit; + // text-overflow: ellipsis; + // overflow: hidden; + // -webkit-box-sizing: border-box; + // box-sizing: border-box + + + --color: initial; - display: block; - color: var(--color); - font-family: var(--ion-font-family,inherit); + display: contents !important; + font-family: var(--ion-font-family, inherit); font-size: inherit; - text-overflow: ellipsis; + text-overflow: ellipsis !important; + white-space: pre; overflow: hidden; - -webkit-box-sizing: border-box; - box-sizing: border-box + box-sizing: border-box; } \ No newline at end of file diff --git a/Mohem/src/theme/worklist.scss b/Mohem/src/theme/worklist.scss index 57aa1748..28a013ce 100644 --- a/Mohem/src/theme/worklist.scss +++ b/Mohem/src/theme/worklist.scss @@ -33,6 +33,7 @@ } .itemReqDiv{ padding:10px; + width: 100%; // padding-bottom: 10px; // padding-top: 10px; }