Commit d0c0daf
authored
fix(traces): align log table contents to start, regardless of height (#112495)
The existing `flex: 1` on `TableContainer` makes the table contents grow
to fill their vertical space. When there aren't enough logs to fill the
screen, by default flex-expand vertically. This adds `align-contents:
start` so they're shoved into the beginning instead.
Example traces:
* One log: sentry > `f4ce570538e746b4b3ea9a745c51bdce`
* Three logs: sentry > `5eedb0ca1a5b43c18aaaeb9ad926f8ba`
* Ten logs: sentry > `f8764c2c9c594eb6b47e4ee35b397277`
* Hundreds of logs: sentry > `64dbb2f1952742a0941ece5188ae07d5`
* Thousands of logs (thanks @k-fish!): sentry >
`a7988807ac5d496bafb9611c5626538b`
Fixes LOGS-6771 parent b06ca47 commit d0c0daf
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
0 commit comments