Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions js/src/vue-components/multiline/multiline.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ export default {
},
data: function () {
const tableDefault = {
basic: false,
compact: 'very',
basic: 'very',
unstackable: true,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when width is > stackable width (desktop), the format can be hard too read already, so this needs to be fixed properly in another PR

celled: false,
collapsing: false,
stackable: false,
inverted: false,
};

Expand Down
7 changes: 7 additions & 0 deletions public/css/agileui.less
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,13 @@ i.atk-panel-warning {
}
}

// add unofficial support for "wrapping" for Fomantic-UI Menu
// https://github.com/fomantic/Fomantic-UI/issues/2345
// https://github.com/fomantic/Fomantic-UI/blob/2.9.1/src/definitions/elements/button.less#L1901
.ui.menu.wrapping {
flex-wrap: wrap;
}

// Print

@media print {
Expand Down
2 changes: 1 addition & 1 deletion public/css/agileui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/agileui.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions public/js/atk-vue-multiline.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/js/atk-vue-multiline.js.map

Large diffs are not rendered by default.

Loading