mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
td, th {
|
||||
&:first-child {
|
||||
border-left-width: 0;
|
||||
}
|
||||
td, th {
|
||||
&:first-child {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-right-width: 0;
|
||||
}
|
||||
&:last-child {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
* {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user