Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EXSYS2021
da6
Hold Afstand
Commits
80f02fa5
Commit
80f02fa5
authored
May 03, 2021
by
Kent Nielsen
Browse files
Adding more min block width
parent
f5356dcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
website/studerende-dk/src/components/blocks/Calendar.vue
View file @
80f02fa5
...
...
@@ -175,6 +175,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
table
{
width
:
100%
;
position
:
absolute
;
...
...
@@ -291,6 +292,7 @@ export default {
}
#calendar
{
min-width
:
150px
;
width
:
100%
;
height
:
100%
;
position
:
relative
;
...
...
website/studerende-dk/src/components/blocks/Feed.vue
View file @
80f02fa5
...
...
@@ -37,6 +37,10 @@ Any assumption that the word "same" means "same or different" is wrong and canno
</
script
>
<
style
scoped
lang=
"scss"
>
.block
{
min-width
:
250px
;
}
ul
{
padding
:
20px
;
}
...
...
website/studerende-dk/src/components/blocks/Mail.vue
View file @
80f02fa5
...
...
@@ -47,7 +47,7 @@ export default {
ul
{
margin-top
:
8px
;
display
:
inline-block
;
//
display: inline-block;
}
li
:nth-child
(
even
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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