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 01c32ac commit 15a5c34Copy full SHA for 15a5c34
source/_static/scss/includes/_reset.scss
@@ -289,15 +289,19 @@ table.docutils {
289
border-bottom-width: 0;
290
}
291
292
+ }
293
- td, th {
294
- &:first-child {
295
- border-left-width: 0;
296
- }
+ td, th {
+ &:first-child {
+ border-left-width: 0;
297
298
- &:last-child {
299
- border-right-width: 0;
300
+ &:last-child {
+ border-right-width: 0;
301
302
+
303
+ * {
304
+ white-space: normal;
305
306
307
0 commit comments