Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Maják
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Maják
Commits
5fecd0f9
Commit
5fecd0f9
authored
3 years ago
by
OndraRehounek
Committed by
jan.bednarik
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
calendar: overflow-hidden for description column
parent
1ed113d8
No related branches found
No related tags found
2 merge requests
!474
calendar: overflow-hidden for description column
,
!472
calendar: overflow-hidden for description column
Pipeline
#7746
passed
3 years ago
Stage: build
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
shared/templates/shared/calendar_current_events_snippet.html
+4
-2
4 additions, 2 deletions
shared/templates/shared/calendar_current_events_snippet.html
with
4 additions
and
2 deletions
shared/templates/shared/calendar_current_events_snippet.html
+
4
−
2
View file @
5fecd0f9
...
@@ -20,12 +20,14 @@
...
@@ -20,12 +20,14 @@
<div
class=
"col-span-3 md:col-span-1"
>
<div
class=
"col-span-3 md:col-span-1"
>
<strong
class=
"block"
>
{{ event.begin|date:"l j. E"|capfirst }}
</strong>
<strong
class=
"block"
>
{{ event.begin|date:"l j. E"|capfirst }}
</strong>
<p
class=
"font-light text-sm mt-1"
>
{{ event.duration }}
</p></div>
<p
class=
"font-light text-sm mt-1"
>
{{ event.duration }}
</p></div>
<div
class=
"col-span-3 md:col-span-2 mt-4 md:mt-0"
>
<div
class=
"col-span-3 md:col-span-2 mt-4 md:mt-0
overflow-hidden
"
>
<span
class=
"font-bold block"
>
<span
class=
"font-bold block"
>
{{ event.name }}
{{ event.name }}
</span>
</span>
{% if event.description %}
{% if event.description %}
<p
class=
"font-light text-sm mt-1"
>
{{ event.description | safe }}
</p>
<p
class=
"font-light text-sm mt-1"
>
{{ event.description | safe }}
</p>
{% endif %}
{% endif %}
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment