Rox-Turbo commited on
Commit
e400e7f
·
verified ·
1 Parent(s): 89b74e1

Update private/admin/admin.css

Browse files
Files changed (1) hide show
  1. private/admin/admin.css +4 -13
private/admin/admin.css CHANGED
@@ -2118,30 +2118,21 @@ body {
2118
  margin: 12px 0;
2119
  border-radius: 8px;
2120
  border: 1px solid var(--border);
2121
- -webkit-overflow-scrolling: touch;
2122
  }
2123
 
2124
- .message-content .table-wrapper > table {
2125
- /* Let the table keep its natural width and scroll horizontally on small screens */
2126
- width: max-content;
2127
- min-width: 100%;
2128
  border-collapse: collapse;
2129
  font-size: 13px;
2130
- table-layout: auto;
2131
  }
2132
 
2133
- .message-content .table-wrapper > table th,
2134
- .message-content .table-wrapper > table td {
2135
  padding: 10px 12px;
2136
  text-align: left;
2137
  border-bottom: 1px solid var(--border);
2138
- /* Avoid "stacked letters" from forced column shrinking */
2139
- white-space: nowrap;
2140
- word-break: normal;
2141
- overflow-wrap: normal;
2142
  }
2143
 
2144
- .message-content .table-wrapper > table th {
2145
  background: var(--bg-tertiary);
2146
  font-weight: 600;
2147
  color: var(--text-primary);
 
2118
  margin: 12px 0;
2119
  border-radius: 8px;
2120
  border: 1px solid var(--border);
 
2121
  }
2122
 
2123
+ .message-content table {
2124
+ width: 100%;
 
 
2125
  border-collapse: collapse;
2126
  font-size: 13px;
 
2127
  }
2128
 
2129
+ .message-content th, .message-content td {
 
2130
  padding: 10px 12px;
2131
  text-align: left;
2132
  border-bottom: 1px solid var(--border);
 
 
 
 
2133
  }
2134
 
2135
+ .message-content th {
2136
  background: var(--bg-tertiary);
2137
  font-weight: 600;
2138
  color: var(--text-primary);