fix MO item History

mekawy-issues
ashwaq 6 years ago
parent 5aeab4b08c
commit 30bfa05c2d

@ -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-ios-h.sc-ion-label-ios-s.ios.hydrated,
ion-label.labelValue.sc-ion-label-md-h.sc-ion-label-md-s.md.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; --color: initial;
display: block; display: contents !important;
color: var(--color); font-family: var(--ion-font-family, inherit);
font-family: var(--ion-font-family,inherit);
font-size: inherit; font-size: inherit;
text-overflow: ellipsis; text-overflow: ellipsis !important;
white-space: pre;
overflow: hidden; overflow: hidden;
-webkit-box-sizing: border-box; box-sizing: border-box;
box-sizing: border-box
} }

@ -33,6 +33,7 @@
} }
.itemReqDiv{ .itemReqDiv{
padding:10px; padding:10px;
width: 100%;
// padding-bottom: 10px; // padding-bottom: 10px;
// padding-top: 10px; // padding-top: 10px;
} }

Loading…
Cancel
Save