This commit is contained in:
tiago.kayaya
2021-06-24 11:07:53 +01:00
parent 0f3fb2a602
commit b3948b4fb2
9 changed files with 29 additions and 7 deletions
+9
View File
@@ -417,10 +417,15 @@ ion-toolbar{
}
.description{
width: 275px;
font-family: Roboto;
font-size: 15px;
font-weight: bold;
color: #0d89d1;
white-space: nowrap;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
}
.color{
@@ -486,4 +491,8 @@ ion-toolbar{
.schedule{
width: 360px;
}
}
ion-title{
border: 1px solid red;
text-overflow: ellipsis;
}