fix: anchor tag overflow on chrome bug

This commit is contained in:
Vivek R 2019-10-13 00:52:27 +05:30
parent 1e1a59467c
commit 84ec33e02f

View File

@ -9,6 +9,7 @@ body {
a, a:hover {
color: #a00;
text-decoration: none;
word-break: break-word;
}
html,button,input,select,textarea {