Client - fix workout title display on workout list - fix #191
This commit is contained in:
parent
c39d6b4137
commit
80948a998d
@ -71,7 +71,7 @@
|
|||||||
class="fa fa-map-o"
|
class="fa fa-map-o"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
/>
|
/>
|
||||||
{{ workout.title }}
|
<span class="title">{{ workout.title }}</span>
|
||||||
</router-link>
|
</router-link>
|
||||||
<StaticMap
|
<StaticMap
|
||||||
v-if="workout.with_gpx && hoverWorkoutId === workout.id"
|
v-if="workout.with_gpx && hoverWorkoutId === workout.id"
|
||||||
@ -326,6 +326,14 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
.fa-map-o {
|
.fa-map-o {
|
||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
|
padding-right: $default-padding * 0.5;
|
||||||
|
}
|
||||||
|
.nav-item {
|
||||||
|
white-space: nowrap;
|
||||||
|
.title {
|
||||||
|
word-break: break-word;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.static-map {
|
.static-map {
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user