Skip to content

Commit

Permalink
Merge pull request #241 from fledge-iot/FOGL-6853
Browse files Browse the repository at this point in the history
[FOGL-6853]: Fixed text wrapping issue for long words in syslog
  • Loading branch information
MonikaSharma06 authored Jan 3, 2023
2 parents a1a3f2e + c35d42e commit 997f459
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
margin: 0px;
padding: 4px;
background: white;
word-break: break-word;
}

.pagination-section {
Expand Down

0 comments on commit 997f459

Please sign in to comment.