Merged
Merge Request #773 · created by Mukul Rajput


this is solution for ci ca grid view space issue on Mac


From gridissueonmac into Develop-IPAD-MAC

Merged by Amrita Vishnoi

2 participants

400-SOURCECODE/AIAHTML5.Web/themes/default/css/bootstrap/3.3.6/main.css
... ... @@ -1033,10 +1033,10 @@ background-size:cover;
1033 1033 {
1034 1034 z-index:100000;
1035 1035 }
1036   - .GridViewDataDivHeight
  1036 + /*.GridViewDataDivHeight
1037 1037 {
1038 1038 height:175px;
1039   - }
  1039 + }*/
1040 1040  
1041 1041 #exportlogo
1042 1042 {
... ... @@ -1112,3 +1112,8 @@ a[disabled] {
1112 1112 pointer-events : none;
1113 1113 opacity : 0.5;
1114 1114 }
  1115 +.GridViewDataDivHeight .thumbnail img
  1116 + {
  1117 + height:150px;
  1118 + }
  1119 +
1115 1120 \ No newline at end of file
... ...