mirror of
https://github.com/minio/docs.git
synced 2025-04-18 10:04:02 +03:00
Fix table white-space behavior (#1450)
Fixes https://github.com/minio/docs/issues/1449 **Fix:** 
This commit is contained in:
parent
01c32ace46
commit
15a5c34a2a
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user