mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 05:28:13 +00:00
chore(message): increased message box base height; fixed vertical overflow
This commit is contained in:
@@ -255,6 +255,8 @@ export default defineComponent({
|
|||||||
@use '../../styles/colors';
|
@use '../../styles/colors';
|
||||||
|
|
||||||
.order-message {
|
.order-message {
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
@@ -267,8 +269,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
|
|
||||||
.message_body {
|
.message_body {
|
||||||
height: 250px;
|
height: 350px;
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
background-color: colors.$bgColLighter;
|
background-color: colors.$bgColLighter;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
Reference in New Issue
Block a user