Skip to content
Snippets Groups Projects
Commit b8141c9b authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Center upload area text in file-picker

parent 3b9774b7
No related branches found
No related tags found
No related merge requests found
Pipeline #45369 passed
...@@ -492,6 +492,7 @@ export class FileSource extends ScopedElementsMixin(DBPLitElement) { ...@@ -492,6 +492,7 @@ export class FileSource extends ScopedElementsMixin(DBPLitElement) {
flex-direction: column; flex-direction: column;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
text-align: center;
} }
#dropArea.highlight { #dropArea.highlight {
......
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