ucsb-cs156-w24 / proj-happy-cows-w24-4pm-3

https://ucsb-cs156-w24.github.io/proj-happy-cows-w24-4pm-3/
0 stars 0 forks source link

test #38

Closed aardvarkzone closed 7 months ago

aardvarkzone commented 7 months ago

Overview

In this PR, we are fixing an error when another team member reverted a line of code to an older version.

var tableStyle = { "background": "white", "display": "table" , //display used to be set to "block" and was changed to table, but someone else changed it back to block "maxWidth": "100%" , "margin": "0 auto" , "overflowX": "auto" , "whiteSpace": "nowrap" };

Feedback Request (Optional)

Please give suggestions on the following:

Validation (Optional)

  1. Download this branch.
  2. Run the project.
  3. Go to this page.
  4. Test this function.

Tests

Linked Issues

Closes #2

aardvarkzone commented 7 months ago
image

fixed!