Skip to content

Commit 9529c5b

Browse files
authored
(feat) Added word break to tables (#132)
1 parent 2ed3c5f commit 9529c5b

File tree

1 file changed

+8
-0
lines changed
  • src/Geta.NotFoundHandler.Admin/wwwroot/GetaNotFoundHandlerAdmin/css

1 file changed

+8
-0
lines changed

src/Geta.NotFoundHandler.Admin/wwwroot/GetaNotFoundHandlerAdmin/css/dashboard.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,11 @@
114114
.input-file {
115115
width: 450px;
116116
}
117+
118+
/*
119+
* Table
120+
*/
121+
122+
td {
123+
word-break: break-all;
124+
}

0 commit comments

Comments
 (0)