Skip to content

Commit 8e35cb2

Browse files
GretaDbackportbot[bot]
authored andcommitted
fix: force height for descr and location
Signed-off-by: greta <gretadoci@gmail.com>
1 parent 4e40367 commit 8e35cb2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

css/app-sidebar.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@
569569
}
570570

571571
textarea {
572-
max-height: calc(100vh - 500px);
572+
max-height: 120px;
573573
vertical-align: top;
574574
margin: 0;
575575
}

src/views/EditSidebar.vue

+1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
:is-read-only="isReadOnly"
9292
:prop-model="rfcProps.description"
9393
:value="description"
94+
:is-description="true"
9495
:linkify-links="true"
9596
@update:value="updateDescription" />
9697

0 commit comments

Comments
 (0)