mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Responsive table should not scroll on large display
This commit is contained in:
parent
c361f202d6
commit
caac2a0f8f
@ -60,4 +60,10 @@ table form {
|
||||
|
||||
.collapse :not(in) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.table-responsive {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
@ -20,6 +20,9 @@
|
||||
<!-- Theme style -->
|
||||
<link href="css/adminlte/AdminLTE.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<!-- Easy-Wi custom styles -->
|
||||
<link href="css/default/easy-wi.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<?php echo implode('',$htmlExtraInformation['css']);?>
|
||||
|
||||
<!-- jQuery -->
|
||||
|
@ -20,6 +20,9 @@
|
||||
<!-- Theme style -->
|
||||
<link href="css/adminlte/AdminLTE.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<!-- Easy-Wi custom styles -->
|
||||
<link href="css/default/easy-wi.css" rel="stylesheet" type="text/css" />
|
||||
|
||||
<?php echo implode('',$htmlExtraInformation['css']);?>
|
||||
|
||||
<!-- jQuery -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user