Lingo
-
+
diff --git a/server/src/main/resources/static/layout.css b/server/src/main/resources/static/layout.css
index eae0ee8..51760ef 100644
--- a/server/src/main/resources/static/layout.css
+++ b/server/src/main/resources/static/layout.css
@@ -46,6 +46,14 @@ body {
.body.row {
top: 75px;
+ bottom: 50px;
+}
+
+.body.row.nofooter {
+ bottom: 0;
+}
+
+.body.row.noheader {
bottom: 0;
}
diff --git a/server/src/main/resources/static/style.css b/server/src/main/resources/static/style.css
index 530608a..3938d9b 100644
--- a/server/src/main/resources/static/style.css
+++ b/server/src/main/resources/static/style.css
@@ -27,6 +27,7 @@ button:hover {
border-top: 1px solid black;
padding: 10px;
position: relative;
+ overflow-wrap: break-word;
}
.message-item.first {
@@ -37,10 +38,6 @@ button:hover {
color: green;
}
-#messageList {
- bottom: 50px;
-}
-
#messageInput {
width: 100%;
height: 50px;