diff --git a/common/changes/office-ui-fabric-react/qihuang_2018-04-02-03-02.json b/common/changes/office-ui-fabric-react/qihuang_2018-04-02-03-02.json new file mode 100644 index 0000000000000..46773575d96f8 --- /dev/null +++ b/common/changes/office-ui-fabric-react/qihuang_2018-04-02-03-02.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "packageName": "office-ui-fabric-react", + "comment": "Add overflow control to ms-Document-details", + "type": "patch" + } + ], + "packageName": "office-ui-fabric-react", + "email": "nif_tony@outlook.com" +} \ No newline at end of file diff --git a/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss b/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss index 67bc5368b99ca..73cbc705837ee 100644 --- a/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss +++ b/packages/office-ui-fabric-react/src/components/DocumentCard/DocumentCard.scss @@ -43,6 +43,7 @@ flex-direction: column; flex: 1; justify-content: space-between; + overflow: hidden; } .preview {