Fix wasted space at certain width in stacktrace UI

* The "collapse" etc. buttons get shown below the search box and < << >> > from
  a certain width downwards.

* similar stacking for the date/type/value and the buttons at an even smaller width.

See #120
This commit is contained in:
Klaas van Schelven
2025-07-15 09:41:35 +02:00
parent 770ccb1622
commit 89accddc2f
3 changed files with 9 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -49,6 +49,9 @@ module.exports = {
],
theme: {
extend: {
screens: {
'3xl': '1920px',
},
spacing: {
'128': '32rem',
},