Submitty icon indicating copy to clipboard operation
Submitty copied to clipboard

[Bugfix:CourseMaterials] Overlapping Buttons in UI

Open immortalcodes opened this issue 2 years ago • 1 comments

Please check if the PR fulfills these requirements:

  • [ ] Tests for the changes have been added/updated (if possible)
  • [ ] Documentation has been updated/added if relevant

What is the current behavior?

Fixes #8248 Currently, the buttons overlap each other.

What is the new behavior?

After the addition of the margin, they don't overlap. image

immortalcodes avatar Aug 09 '22 17:08 immortalcodes

Codecov Report

Merging #8274 (066d96c) into main (27b299a) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #8274   +/-   ##
=========================================
  Coverage     21.94%   21.94%           
  Complexity     7713     7713           
=========================================
  Files           208      208           
  Lines         25135    25135           
  Branches         66       66           
=========================================
  Hits           5515     5515           
  Misses        19556    19556           
  Partials         64       64           
Flag Coverage Δ
autograder 20.28% <ø> (ø)
js 28.74% <ø> (ø)
migrator 99.20% <ø> (ø)
php 20.09% <ø> (ø)
python_submitty_utils 71.65% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

codecov[bot] avatar Aug 09 '22 17:08 codecov[bot]