Skip to content

Commit

Permalink
Prevent folder icons from shrinking in table
Browse files Browse the repository at this point in the history
  • Loading branch information
emm1R committed Jan 30, 2024
1 parent 7c59d65 commit 16d50fd
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 16d50fd

Please sign in to comment.