Skip to content
Snippets Groups Projects
Commit 13dd3f26 authored by ali asaria's avatar ali asaria
Browse files

things just look better if you don't overflow <td>s

parent 78aecdff
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,10 @@ a { ...@@ -32,6 +32,10 @@ a {
opacity: 1; opacity: 1;
} }
td {
overflow: hidden;
}
.uppy-StatusBar-actionBtn { .uppy-StatusBar-actionBtn {
background-color: var(--joy-palette-primary-600) !important; background-color: var(--joy-palette-primary-600) !important;
color: var(--joy-palette-primary-100) !important; color: var(--joy-palette-primary-100) !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment