mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Fix table white-space behavior (#1450)
Fixes https://github.com/minio/docs/issues/1449 **Fix:** 
This commit is contained in:
@ -289,15 +289,19 @@ table.docutils {
|
|||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
td, th {
|
td, th {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-left-width: 0;
|
border-left-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-right-width: 0;
|
border-right-width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
white-space: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user