@@ -8623,6 +8623,10 @@ html:has(.drawer-open.drawer-open) {
86238623 height : 24px ;
86248624}
86258625
8626+ .h-\[ 36px\] {
8627+ height : 36px ;
8628+ }
8629+
86268630.h-\[ 400px\] {
86278631 height : 400px ;
86288632}
@@ -8631,6 +8635,18 @@ html:has(.drawer-open.drawer-open) {
86318635 height : 7% ;
86328636}
86338637
8638+ .h-\[ calc\( 100vh-22em\)\] {
8639+ height : calc (100vh - 22em );
8640+ }
8641+
8642+ .h-\[ calc\( 100vh-8em\)\] {
8643+ height : calc (100vh - 8em );
8644+ }
8645+
8646+ .h-auto {
8647+ height : auto ;
8648+ }
8649+
86348650.h-full {
86358651 height : 100% ;
86368652}
@@ -8683,6 +8699,10 @@ html:has(.drawer-open.drawer-open) {
86838699 width : 1% ;
86848700}
86858701
8702+ .w-\[ 12\%\] {
8703+ width : 12% ;
8704+ }
8705+
86868706.w-\[ 20\%\] {
86878707 width : 20% ;
86888708}
@@ -8873,6 +8893,10 @@ html:has(.drawer-open.drawer-open) {
88738893 white-space : nowrap ;
88748894}
88758895
8896+ .break-words {
8897+ overflow-wrap : break-word ;
8898+ }
8899+
88768900.rounded {
88778901 border-radius : 0.25rem ;
88788902}
@@ -9190,6 +9214,10 @@ html:has(.drawer-open.drawer-open) {
91909214 padding-bottom : 0.5rem ;
91919215}
91929216
9217+ .pl-4 {
9218+ padding-left : 1rem ;
9219+ }
9220+
91939221.pl-\[ 10px\] {
91949222 padding-left : 10px ;
91959223}
@@ -9641,6 +9669,11 @@ body {
96419669 overflow : hidden ;
96429670}
96439671
9672+ .break-words {
9673+ word-break : break-word ;
9674+ word-wrap : break-word ;
9675+ }
9676+
96449677.tree-view .indicator :not (.search-term ) .badge {
96459678 display : none ;
96469679}
@@ -10188,6 +10221,15 @@ body {
1018810221 }
1018910222}
1019010223
10224+ .hover\: stroke-error-content :hover {
10225+ stroke : var (--fallback-erc ,oklch (var (--erc )/ 1 ));
10226+ }
10227+
10228+ .hover\:\! text-error-content :hover {
10229+ --tw-text-opacity : 1 !important ;
10230+ color : var (--fallback-erc ,oklch (var (--erc )/ var (--tw-text-opacity ))) !important ;
10231+ }
10232+
1019110233.focus\: outline-offset-0 :focus {
1019210234 outline-offset : 0px ;
1019310235}
0 commit comments