Skip to content

Commit

Permalink
adjust styling for check status selection and padding in tables
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Apr 22, 2022
1 parent 2ee6405 commit 7faaf58
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/assets/stylesheets/qa_server_container.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ table{
border-spacing:0
}

td,th{
padding:0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{
*,*:before,*:after{
background:transparent !important;
Expand Down Expand Up @@ -9632,4 +9628,6 @@ h2{

}


select#authority {
width: auto;
}

0 comments on commit 7faaf58

Please sign in to comment.