Skip to content

Commit

Permalink
Removed unnecessary property on ellipsis class
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Mar 14, 2023
1 parent d7348cc commit 63daaa4
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions material/assets/stylesheets/main.240905d7.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions material/assets/stylesheets/main.240905d7.min.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.c4a75a56.min.css

This file was deleted.

1 change: 0 additions & 1 deletion material/assets/stylesheets/main.c4a75a56.min.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c4a75a56.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.240905d7.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.a0c5b2b5.min.css' | url }}">
Expand Down
1 change: 0 additions & 1 deletion src/assets/stylesheets/main/components/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ body {
.md-ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

// ----------------------------------------------------------------------------
Expand Down

0 comments on commit 63daaa4

Please sign in to comment.