Skip to content

Commit

Permalink
Use three-line to avoid cropping text
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jul 30, 2019
1 parent 10e6fb1 commit bbd9e62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<v-divider />
<v-layout row wrap>
<v-flex xs12 md6 lg6>
<v-list two-line>
<v-list three-line>
<v-list-tile
avatar
to="/user-profile"
Expand Down Expand Up @@ -75,7 +75,7 @@
</v-list>
</v-flex>
<v-flex xs12 md6 lg6>
<v-list two-line>
<v-list three-line>
<v-list-tile
avatar
href="#"
Expand Down Expand Up @@ -198,6 +198,6 @@ export default {
/* to left align items in the dashboard */
.v-list__tile {
padding: 0 0;
padding: 10px 0;
}
</style>

0 comments on commit bbd9e62

Please sign in to comment.