Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
3471a54f8bb89875792f6defb0f363ae97535631
Authored by
deaflynx
2021-10-27 11:23:06 +0300
1 parent
005145a3
Extend height of protobuf editor to 10 lines
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
ui-ngx/src/app/shared/components/protobuf-content.component.scss
ui-ngx/src/app/shared/components/protobuf-content.component.scss
View file @
3471a54
...
...
@@ -32,7 +32,7 @@
32
32
#tb-protobuf-input
{
33
33
width
:
100%
;
34
34
min-width
:
200px
;
35
-
min-height
:
1
0
0px
;
35
+
min-height
:
1
6
0px
;
36
36
height
:
100%
;
37
37
38
38
&
:not
(
.fill-height
)
{
...
...