Skip to content
Snippets Groups Projects
Commit ad9ca270 authored by Kevin Lin's avatar Kevin Lin :sparkles:
Browse files

Remove space after module label, disable user-select on card-meta

parent ef9a73d3
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ days: ...@@ -8,7 +8,7 @@ days:
"**HW 1 out**{: .label .label-hw-out }": "**HW 1 out**{: .label .label-hw-out }":
null null
2019-04-02: 2019-04-02:
"**Section**{: .label .label-section } [Intro to Java](#)": "**Section**{: .label .label-section }[Intro to Java](#)":
"Solution" "Solution"
2019-04-03: 2019-04-03:
"[Variables & Objects](#)": "[Variables & Objects](#)":
......
...@@ -8,7 +8,7 @@ days: ...@@ -8,7 +8,7 @@ days:
"**HW 2 out**{: .label .label-hw-out }": "**HW 2 out**{: .label .label-hw-out }":
null null
2019-04-09: 2019-04-09:
"**Section**{: .label .label-section } [Linked Lists](#)": "**Section**{: .label .label-section }[Linked Lists](#)":
"Solution" "Solution"
2019-04-10: 2019-04-10:
"[Resizing Arrays](#)": "[Resizing Arrays](#)":
......
...@@ -34,4 +34,5 @@ ...@@ -34,4 +34,5 @@
@extend .label; @extend .label;
border-radius: $border-radius; border-radius: $border-radius;
padding-bottom: 0; padding-bottom: 0;
user-select: none;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment