diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ae288273..8365e1265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/swift_browser_ui_frontend/src/components/CObjectTable.vue b/swift_browser_ui_frontend/src/components/CObjectTable.vue index e1cf51188..bfd2a4872 100644 --- a/swift_browser_ui_frontend/src/components/CObjectTable.vue +++ b/swift_browser_ui_frontend/src/components/CObjectTable.vue @@ -187,6 +187,7 @@ export default { iconFill: "primary", iconStyle: { marginRight: "1rem", + flexShrink: "0", }, onClick: () => this.changeFolder(name), }, diff --git a/swift_browser_ui_frontend/src/components/ContainerTable.vue b/swift_browser_ui_frontend/src/components/ContainerTable.vue index 0ce208e99..aaafedb1a 100644 --- a/swift_browser_ui_frontend/src/components/ContainerTable.vue +++ b/swift_browser_ui_frontend/src/components/ContainerTable.vue @@ -211,6 +211,7 @@ export default { iconFill: "primary", iconStyle: { marginRight: "1rem", + flexShrink: "0", }, onClick: () => { if(item.owner) {