django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
http://www.django-cms.org/
Other
411 stars 116 forks source link

fix: Adds an icon for the new view-related button in Django #494

Closed fsbraun closed 11 months ago

fsbraun commented 11 months ago

Django has introduced the "view related" button for related object widgets. It has an "eye" icon. This PR accounts for the new button and the space required if 4 related buttons are available.

Before

image

After

image
codecov[bot] commented 11 months ago

Codecov Report

Merging #494 (ad2c958) into master (b38d2b0) will not change coverage. Report is 1 commits behind head on master. The diff coverage is n/a.

@@            Coverage Diff            @@
##            master      #494   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           33        33           
  Branches         3         3           
=========================================
  Hits            33        33