font size increased in header css for all table in app

This commit is contained in:
saravanakumar_kandasami 2017-11-29 18:44:40 +05:30
parent f4c6bb7587
commit a7126f18ee

View File

@ -110,6 +110,11 @@ $(function() {
select{
width: 100%;
padding: 2%;}
table{
font-size:14px !important;
}
</style>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" crossorigin="anonymous">