Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
ce0bbb3f
Commit
ce0bbb3f
authored
Jun 04, 2020
by
les
Browse files
fix title overflow
parent
73fb3408
Changes
1
Hide whitespace changes
Inline
Side-by-side
pages/event/_id.vue
View file @
ce0bbb3f
...
...
@@ -310,11 +310,13 @@ export default {
}
.el-header {
height: 4em;
position: sticky;
padding-top:
1
em;
padding-top:
.4
em;
top: 0px;
border-bottom: 1px solid lightgray;
z-index: 1;
overflow: hidden;
}
.embedDialog {
...
...
@@ -359,13 +361,13 @@ export default {
}
.title {
max-width: 80%
;
max-he
ight:
0.1r
em;
overflow: hidden
;
display: table-cell
;
padding-r
ight:
3
em;
height: 2.1em
;
font-size: 1.6rem;
color: #404246;
line-height: 1;
padding-right: 40px
;
vertical-align: middle
;
}
pre {
...
...
@@ -444,8 +446,9 @@ export default {
}
.title {
font-size: 1em;
font-weight: bold;
font-size: 1.1em;
line-height: 1.4em;
color: black;
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment