Underline links in the detected problems messages on admin dashboard
This commit is contained in:
parent
66bc48a0e3
commit
d974aea536
|
@ -412,6 +412,9 @@ table {
|
|||
.problem-messages {
|
||||
float: left;
|
||||
width: 355px;
|
||||
a {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue