|
@@ -854,7 +854,7 @@ const healthColor = (status: string) => {
|
|
|
white-space: nowrap
|
|
|
}
|
|
|
.fullClass{
|
|
|
- width: 100% !important;
|
|
|
+ /* width: 100% !important; */
|
|
|
}
|
|
|
.all-page {
|
|
|
display: grid;
|
|
@@ -979,9 +979,10 @@ const healthColor = (status: string) => {
|
|
|
font-weight: 400;
|
|
|
line-height: 36px;
|
|
|
letter-spacing: 0%;
|
|
|
- text-align: center;
|
|
|
+ text-align: left;
|
|
|
position: relative;
|
|
|
padding: 0 50px;
|
|
|
+ white-space: nowrap
|
|
|
}
|
|
|
.status-result-danger {
|
|
|
background: linear-gradient(
|