Skip to content

Commit cb71d17

Browse files
committed
reuse djdt-width-20
1 parent 5746c78 commit cb71d17

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,6 @@
534534
margin: 0 27px 27px 27px;
535535
}
536536

537-
#djDebug .djdt-width-15 {
538-
width: 15%;
539-
}
540537
#djDebug .djdt-width-20 {
541538
width: 20%;
542539
}

debug_toolbar/templates/debug_toolbar/panels/versions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% load i18n %}
22
<table>
33
<colgroup>
4-
<col class="djdt-width-15">
5-
<col class="djdt-width-15">
4+
<col class="djdt-width-20">
5+
<col class="djdt-width-20">
66
<col>
77
</colgroup>
88
<thead>

0 commit comments

Comments
 (0)