mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
save
This commit is contained in:
@@ -56,7 +56,7 @@
|
|||||||
<div class="schedule-details">
|
<div class="schedule-details">
|
||||||
<div class="location">{{event.Location}}</div>
|
<div class="location">{{event.Location}}</div>
|
||||||
<div class="description">
|
<div class="description">
|
||||||
{{event.Subject}}
|
<p>{{event.Subject}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -408,7 +408,7 @@ ion-toolbar{
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 78%;
|
||||||
.location{
|
.location{
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
@@ -417,12 +417,13 @@ ion-toolbar{
|
|||||||
|
|
||||||
}
|
}
|
||||||
.description{
|
.description{
|
||||||
width: 275px;
|
width: 100%;
|
||||||
font-family: Roboto;
|
font-family: Roboto;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #0d89d1;
|
color: #0d89d1;
|
||||||
|
}
|
||||||
|
.description p{
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
text-overflow: ellipsis !important;
|
text-overflow: ellipsis !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user