File tree Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Expand file tree Collapse file tree 2 files changed +5
-28
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ const QueryCardHeader = (props: Props) => {
295
295
< EuiFlexGroup alignItems = "center" gutterSize = "l" responsive = { false } style = { { width : '100%' } } >
296
296
< EuiFlexItem
297
297
className = { styles . titleWrapper }
298
- grow = { false }
298
+ grow
299
299
>
300
300
< div className = "copy-btn-wrapper" >
301
301
< EuiTextColor className = { styles . title } color = "subdued" component = "div" data-testid = "query-card-command" >
Original file line number Diff line number Diff line change @@ -43,28 +43,6 @@ $marginIcon: 12px;
43
43
}
44
44
}
45
45
46
- .titleWrapper {
47
- width : calc (100% - 552px );
48
- min-width : calc (100% - 552px );
49
-
50
- @media (min-width : $breakpoint-m ) {
51
- width : calc (100% - 689px );
52
- min-width : calc (100% - 689px );
53
- }
54
- }
55
-
56
- :global(.fullscreen ) .titleWrapper {
57
- width : calc (100% - 402px );
58
-
59
- @media (min-width : $breakpoint-m ) {
60
- width : calc (100% - 474px );
61
- }
62
-
63
- @media (min-width : $breakpoint-l ) {
64
- width : calc (100% - 519px );
65
- }
66
- }
67
-
68
46
.title {
69
47
display : inline-block ;
70
48
font : normal normal normal 13px / 17px Graphik, sans-serif !important ;
@@ -83,9 +61,8 @@ $marginIcon: 12px;
83
61
}
84
62
85
63
.time {
86
- max-width : 70 px ;
64
+ max-width : 90 px ;
87
65
position : relative ;
88
- height : 18px ;
89
66
}
90
67
91
68
.mode + .mode {
@@ -171,8 +148,8 @@ $marginIcon: 12px;
171
148
width : 13px ;
172
149
173
150
@media (min-width : $breakpoint-m ) {
174
- min-width : 58 px ;
175
- width : 58 px ;
151
+ min-width : 92 px ;
152
+ width : 92 px ;
176
153
}
177
154
}
178
155
@@ -197,7 +174,7 @@ $marginIcon: 12px;
197
174
display : flex ;
198
175
align-items : center ;
199
176
position : relative ;
200
- padding : 3 px 0 3px 8px ;
177
+ padding : 0 0 3px 8px ;
201
178
202
179
span {
203
180
margin-left : 10px ;
You can’t perform that action at this time.
0 commit comments