We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29e178 commit 79afcbdCopy full SHA for 79afcbd
frontend/scss/partials/_global.scss
@@ -103,4 +103,8 @@ tr {
103
104
.eval-user-img {
105
border-radius: 50%;
106
-}
+}
107
+
108
+select.form-control:not([size]):not([multiple]) {
109
+ height: calc(3rem + 2px);
110
packet/templates/packet.html
@@ -21,10 +21,11 @@ <h3>{{ get_rit_name(packet.freshman_username) }}</h3>
21
</button>
22
{% endif %}
23
{% if info.realm == "csh" %}
24
- <div class="col">
25
- <a class="btn btn-primary" style="float: right"
26
- href="{{ url_for('packet_graphs', packet_id=packet.id) }}">Graphs</a>
27
- </div>
+ <a class="btn btn-primary"
+ style="float: right; margin-right: 5px"
+ href="{{ url_for('packet_graphs', packet_id=packet.id) }}">
+ Graphs
28
+ </a>
29
30
</div>
31
0 commit comments