mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
Underline links in the detected problems messages on admin dashboard
This commit is contained in:
parent
66bc48a0e3
commit
d974aea536
1 changed files with 3 additions and 0 deletions
|
@ -412,6 +412,9 @@ table {
|
||||||
.problem-messages {
|
.problem-messages {
|
||||||
float: left;
|
float: left;
|
||||||
width: 355px;
|
width: 355px;
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue