Skip to content

Commit 30a2b92

Browse files
committed
fix(Storage): shrink tooltip active area on Pool Name
1 parent 9c0355d commit 30a2b92

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/containers/Storage/StorageGroups/StorageGroups.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,16 @@
3030
&__pool-name-wrapper {
3131
display: flex;
3232
align-items: flex-end;
33+
34+
width: 230px;
3335
}
3436
&__pool-name {
3537
display: inline-block;
3638
overflow: hidden;
3739

38-
width: 230px;
3940
max-width: 230px;
4041

42+
vertical-align: top;
4143
text-overflow: ellipsis;
4244
}
4345
&__group-id {

0 commit comments

Comments
 (0)