Border css fix.
This commit is contained in:
parent
65c7ad1269
commit
6c5b5eb52b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.new-status-notification {
|
.new-status-notification {
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 1px;
|
border-width: 1px 0 1px 0;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
|
Loading…
Reference in a new issue