Skip to content

Commit 6d16641

Browse files
author
Cade Embery
committed
fix for payment modifier text overflow
1 parent 770b852 commit 6d16641

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluro-vue-ui",
3-
"version": "2.4.11",
3+
"version": "2.4.12",
44
"description": "A package that contains helpful Fluro UI components and mixins",
55
"main": "src/index.js",
66
"scripts": {

src/components/content/edit/components/PaymentModifierEditor.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,11 @@ export default {
9494
}
9595
</script>
9696
<style lang="scss">
97+
.payment-modifier-editor {
98+
.list-group-item-content {
99+
white-space: nowrap;
100+
text-overflow: ellipsis;
101+
overflow: hidden;
102+
}
103+
}
97104
</style>

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
console.log('fluro-vue-ui 2.4.10')
1+
console.log('fluro-vue-ui 2.4.12')
22

33
/////////////////////////////////////////////////////
44

0 commit comments

Comments
 (0)