fix: anchor tag overflow on chrome bug
This commit is contained in:
parent
1e1a59467c
commit
84ec33e02f
@ -9,6 +9,7 @@ body {
|
||||
a, a:hover {
|
||||
color: #a00;
|
||||
text-decoration: none;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
html,button,input,select,textarea {
|
||||
|
Loading…
Reference in New Issue
Block a user