Merge pull request #1169 from openclassify/vedat

detail page
This commit is contained in:
Ozcan Durak 2021-09-28 12:41:04 +03:00 committed by GitHub
commit 59d8873110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,6 @@
.swal2-container { .swal2-container {
display: grid; display: grid;
position: fixed; position: fixed;
z-index: 1060;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
@ -54,3 +53,7 @@ body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .s
align-self: start; align-self: start;
justify-self: end; justify-self: end;
} }
.swal2-title {
max-width: 14rem;
}

View File

@ -84,7 +84,8 @@
"pusher/pusher-php-server": "^5.0", "pusher/pusher-php-server": "^5.0",
"simplepie/simplepie": "^1.5.0", "simplepie/simplepie": "^1.5.0",
"guzzlehttp/guzzle": "^7.3", "guzzlehttp/guzzle": "^7.3",
"visiosoft/connect-module": "^1.0" "visiosoft/connect-module": "^1.0",
"symfony/translation": "v5.3.7"
}, },
"replace": { "replace": {
"anomaly/streams-platform": "*" "anomaly/streams-platform": "*"