mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -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 {
|
||||
float: left;
|
||||
width: 355px;
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue