Skip to content

Commit

Permalink
chore: Adds default value of global variable in case of absence
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed Dec 5, 2024
1 parent 24544fb commit b8dc7b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xblocks_contrib/word_cloud/static/css/word_cloud.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700");

.input-cloud {
/*TODO: revert following*/
/*margin: calc((var(--baseline) / 4));*/
margin: 5px;
margin: calc((var(--baseline, 20px) / 4));
}

.result_cloud_section {
Expand Down

0 comments on commit b8dc7b0

Please sign in to comment.