cern-sis / issues-scoap3

0 stars 0 forks source link

Display the border-bottom for Author modal header #309

Open ErnestaP opened 3 months ago

ErnestaP commented 3 months ago

Currently, after deploying UI, the header border-bottom disappears, it's overwritten:

Screenshot-2024-03-04-at-14 36 34 Screenshot-2024-03-04-at-14 36 07

It comes from the source code of modal: https://github.com/ant-design/ant-design/blob/master/components/modal/style/index.ts#L269 https://github.com/ant-design/ant-design/blob/master/components/modal/style/index.ts#L376C1-L378C14

Need to add '!important' to add wanted border-bottom