Skip to content
Snippets Groups Projects
Commit f2cf7cd5 authored by fima's avatar fima :beers:
Browse files

Merge branch 'data-explorer' into 'main'

Data explorer

See merge request !37
parents e7088052 bde31bb7
No related branches found
No related tags found
1 merge request!37Data explorer
...@@ -225,8 +225,6 @@ h2 { ...@@ -225,8 +225,6 @@ h2 {
box-shadow: none !important; box-shadow: none !important;
border-radius: 0.375rem !important; border-radius: 0.375rem !important;
border: 0px !important; border: 0px !important;
/* overflow-x: scroll !important;
overflow-y: scroll !important; */
white-space: pre !important; white-space: pre !important;
} }
...@@ -356,6 +354,8 @@ input[type="range"]::-webkit-slider-thumb { ...@@ -356,6 +354,8 @@ input[type="range"]::-webkit-slider-thumb {
text-decoration: none !important; text-decoration: none !important;
font-size: 16px !important; font-size: 16px !important;
width: 100% !important; width: 100% !important;
font-weight: normal !important;
} }
.btn-html:hover { .btn-html:hover {
...@@ -551,6 +551,17 @@ div.svelte-1frtwj3 { ...@@ -551,6 +551,17 @@ div.svelte-1frtwj3 {
} }
.h-36 {
height: 36px !important;
}
.w-36 {
width: 36px !important;
min-width: 36px !important;
}
.h-32 { .h-32 {
height: 32px !important; height: 32px !important;
...@@ -599,4 +610,8 @@ div.svelte-1frtwj3 { ...@@ -599,4 +610,8 @@ div.svelte-1frtwj3 {
.mt-128{ .mt-128{
margin-top: 128px; margin-top: 128px;
} }
\ No newline at end of file
.hide-overflow{
overflow: hidden !important;
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment