@@ -1,7 +1,10 @@
body {
- width: 24rem;
+ width: 320px;
max-width: 100%;
background: #f8f8f8;
+ @media (min-width: 360px) {
+ width: 100%;
+ }
}
footer {
@@ -76,7 +76,7 @@
@mouseenter="message = cap"
@mouseleave="message = item.name">
<icon name="command" />
- {{cap}}
+ <div class="flex-auto ellipsis" v-text="cap" />
</div>