no message (#398)

This commit is contained in:
Chris-MS-896 2021-01-22 10:02:35 -06:00 committed by GitHub
parent a298fd8389
commit 3529e80f0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1694,6 +1694,7 @@ input::-webkit-calendar-picker-indicator {
display: flex;
flex-direction: column;
height: 100%;
max-height: 100vh;
}
.contextual-pane .paneErrorDetailsContainer {
@ -2083,7 +2084,7 @@ a:link {
display: flex;
flex: 1 1 auto;
overflow-x: auto;
overflow-y: hidden;
overflow-y: auto;
height: 100%;
}