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
4a2d535d
Commit
4a2d535d
authored
May 03, 2021
by
Kent Nielsen
Browse files
Min block size for all, and ability to make specific
parent
9ef6d797
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/studerende-dk/src/components/blocks/ActiveCourses.vue
View file @
4a2d535d
...
...
@@ -15,4 +15,10 @@ export default {
}
}
}
</
script
>
\ No newline at end of file
</
script
>
<
style
scoped
lang=
"scss"
>
.block
{
min-width
:
250px
;
}
</
style
>
\ No newline at end of file
website/studerende-dk/src/components/blocks/BlockTemplate.vue
View file @
4a2d535d
...
...
@@ -21,6 +21,7 @@ export default {
.block
{
width
:
100%
;
height
:
100%
;
min-width
:
150px
;
text-align
:
left
;
display
:
flex
;
flex-direction
:
column
;
...
...
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