Skip to content

Commit

Permalink
Skip: Prevent folder icons from shrinking in table (merge commit)
Browse files Browse the repository at this point in the history
Merge branch 'bugfix/small-folder-icon' into 'main'
* Prevent folder icons from shrinking in table

Closes #1182
See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/258

Approved-by: Monika Radaviciute <[email protected]>
Co-authored-by: Emmi Rehn <[email protected]>
Merged by Monika Radaviciute <[email protected]>
  • Loading branch information
mradavi committed Jan 31, 2024
2 parents 7c59d65 + 16d50fd commit 6885043
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- (GL #1187) Trim whitespace from container names before creation
- (GL #1182) Prevent folder icons in table from shrinking

## [2024.01.0]

Expand Down
1 change: 1 addition & 0 deletions swift_browser_ui_frontend/src/components/CObjectTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ export default {
iconFill: "primary",
iconStyle: {
marginRight: "1rem",
flexShrink: "0",
},
onClick: () => this.changeFolder(name),
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ export default {
iconFill: "primary",
iconStyle: {
marginRight: "1rem",
flexShrink: "0",
},
onClick: () => {
if(item.owner) {
Expand Down

0 comments on commit 6885043

Please sign in to comment.