Skip to content

Commit b139099

Browse files
committed
remove static inline style
1 parent cd0dafa commit b139099

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,9 @@
601601
#djDebug .djdt-width-60 {
602602
width: 60%;
603603
}
604+
#djDebug .djdt-max-height-100 {
605+
max-height: 100%;
606+
}
604607
#djDebug .djdt-highlighted {
605608
background-color: lightgrey;
606609
}

debug_toolbar/templates/debug_toolbar/panels/history.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ refresh_form }}
44
<button class="refreshHistory">Refresh</button>
55
</form>
6-
<table style="max-height:100%;">
6+
<table class="djdt-max-height-100">
77
<thead>
88
<tr>
99
<th>{% trans "Time" %}</th>

0 commit comments

Comments
 (0)