font size increased in header css for all table in app
This commit is contained in:
parent
f4c6bb7587
commit
a7126f18ee
@ -110,6 +110,11 @@ $(function() {
|
|||||||
select{
|
select{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 2%;}
|
padding: 2%;}
|
||||||
|
|
||||||
|
table{
|
||||||
|
|
||||||
|
font-size:14px !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">
|
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user