Content
View differences
Updated by Juho Ylikorpi over 5 years ago
### **Environment**:
Your OpenProject Version: 11.0.0
Operating System / Browser / OpenProject language: Windows / Chrome / English
### **Logs**
\-
### **Steps to reproduce:**
1. Go to page Work Packages
2. Create Work package
3. Add table with width 100%
### **Actual Behavior**
Table is aligned 40px too much to right. Normalize.css causes this problem,
```text
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
```
### **Expected Behavior**
Table should be aligned with size of <figure>
Your OpenProject Version: 11.0.0
Operating System / Browser / OpenProject language: Windows / Chrome / English
### **Logs**
\-
### **Steps to reproduce:**
1. Go to page Work Packages
2. Create Work package
3. Add table with width 100%
### **Actual Behavior**
Table is aligned 40px too much to right. Normalize.css causes this problem,
```text
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
```
### **Expected Behavior**
Table should be aligned with size of <figure>