Skip to content

Commit

Permalink
fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace Guo committed Aug 10, 2017
1 parent 27ce929 commit f226cd9
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions superset/assets/stylesheets/superset.less
Original file line number Diff line number Diff line change
Expand Up @@ -237,23 +237,24 @@ div.widget .slice_container {
.Select-menu-outer {
z-index: 10 !important;
}

/** not found record **/
.panel b {
display: inline-block;
width: 98%;
padding: 2rem;
margin: 0 1% 20px 1%;
background: #f8f8f8;
display: inline-block;
width: 98%;
padding: 2rem;
margin: 0 1% 20px 1%;
background: #f8f8f8;
}

/** table on both sides of the gap **/
.panel .table-responsive{
margin: 0 1%;
margin: 0 1%;
}
@media screen and (max-width: 767px) {
.panel .table-responsive{
width: 98%;
}
.panel .table-responsive{
width: 98%;
}
}

.list-container {
Expand Down

0 comments on commit f226cd9

Please sign in to comment.