Skip to content

Commit

Permalink
web/satellite: fix bucket name truncation
Browse files Browse the repository at this point in the history
This change fixes bucket name truncation on mid-size screens.

Change-Id: I9990f964bc7f65d1f57663ad835808317125c9c0
  • Loading branch information
wilfred-asomanii authored and Storj Robot committed Mar 21, 2024
1 parent 247a48c commit cca4f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/satellite/src/components/BucketsDataTable.vue
Expand Up @@ -572,7 +572,7 @@ onBeforeUnmount(() => {

<style scoped lang="scss">
.max-width {
max-width: 300px;
max-width: 250px;
@media screen and (width <= 780px) {
max-width: 400px;
Expand Down

0 comments on commit cca4f20

Please sign in to comment.