Skip to content

Commit d79e2c0

Browse files
shijithkjayanpriyanshu6238
authored andcommitted
Adjust SearchList actions column width and alignment (#3662)
Change actions column from 25% to 5% width, switch text alignment from end to start, and force flex content to align left
1 parent b0618f5 commit d79e2c0

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/containers/Search/SearchList/SearchList.module.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@
1010
}
1111

1212
.Actions {
13-
width: 25%;
14-
min-width: 150px;
15-
text-align: end;
13+
width: 5%;
14+
max-width: 150px;
15+
text-align: start;
16+
}
17+
18+
.Actions > div {
19+
justify-content: flex-start !important;
1620
}
1721

1822
.LabelText {

0 commit comments

Comments
 (0)