Stop the "Load" button overlaying text in the data browser warning
Fixes #959
This commit is contained in:
parent
7ef23078df
commit
14cb332204
1 changed files with 6 additions and 0 deletions
|
@ -888,6 +888,12 @@ nav.secondary {
|
|||
p {
|
||||
padding: $lineheight;
|
||||
}
|
||||
|
||||
input {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue