mirror of
https://github.com/minio/docs.git
synced 2025-08-05 03:41:24 +03:00
Fix table white-space behavior (#1450)
Fixes https://github.com/minio/docs/issues/1449 **Fix:** 
This commit is contained in:
@@ -289,6 +289,7 @@ table.docutils {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
@@ -298,6 +299,9 @@ table.docutils {
|
|||||||
&:last-child {
|
&:last-child {
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user