active_skin icon indicating copy to clipboard operation
active_skin copied to clipboard

active_skin header not responsive

Open Nanubala-Mahesh opened this issue 5 years ago • 2 comments

After adding active_skin header is not responsive. Not able to override the styles. Please look into the picture below and let me know how can I solve it.

Screenshot 2019-04-10 at 11 37 26 AM

Thanks.

Nanubala-Mahesh avatar Apr 10 '19 06:04 Nanubala-Mahesh

I have the same issue! Did you find a workaround?

ChaelCodes avatar Mar 02 '20 15:03 ChaelCodes

adding this code in active_admin.scss prevents menu overlapping

#header ul.tabs > li {
  padding: 10px 0;
}

Karoid avatar Oct 22 '21 07:10 Karoid