Project

General

Profile

Defect #43507 » alerts-rtl-fix.patch

Go MAEDA, 2025-11-21 02:16

View differences:

app/assets/stylesheets/application.css
1295 1295

  
1296 1296
/***** CommonMark Alerts *****/
1297 1297
.markdown-alert {
1298
  border-left: 4px solid;
1299
  padding-left: 0.6em;
1298
  border-inline-start: 4px solid;
1299
  padding-inline-start: 0.6em;
1300 1300
  margin: 1em 0;
1301 1301
}
1302 1302

  
(3-3/4)