Skip to content

Commit

Permalink
Added margin-bottom to authenticator select for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
sebtesobe committed Nov 6, 2017
1 parent 5052160 commit 3672b03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apimanager/base/static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSo
}


#authentication-select {
margin-bottom: 10px;
}
.authentication-method {
display: none;
}
Expand Down

0 comments on commit 3672b03

Please sign in to comment.