Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Natay committed Apr 9, 2021
1 parent 0e004a0 commit 2fd7aaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions biostar/forum/static/forum.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ blockquote.twitter-tweet {
padding-bottom: 1ex;
}

tr.message > td{
overflow-x: auto;
max-width: 0;
}

#logo {
padding: 0px 5px 5px 5px;
/ / background-color: var(--logo-background);
Expand Down
2 changes: 1 addition & 1 deletion biostar/forum/templates/accounts/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% block content %}

{% if 0 %}
{% if social_login %}
<div class="ui segment inputcolor socialbox">
<div class="ui header">
<i class="universal access icon"></i> Automatic Login
Expand Down
4 changes: 2 additions & 2 deletions biostar/forum/templates/message_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<tbody>
{% for message in all_messages %}
<tr class="message">
<td class="{{ message.css }} " style=" overflow-x: auto;">
<div class="item" style="max-width: 52rem">
<td class="{{ message.css }} ">
<div class="item">
<div class="content">
<i>
<i class="angle double right icon"></i>
Expand Down

0 comments on commit 2fd7aaf

Please sign in to comment.