[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX][UI] The p-0 class (padding=0) was being overridden by other classes and...
"Gary Cunningham-Lee \(--- via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69076ac35d88c_2ce21e45159d@gitlab-sidekiq-low-urgency-cpu-bound-v2-66dbb487d8-gq5v9.mail> |
Gary Cunningham-Lee pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
7b3a7832 by Gary Cunningham-Lee at 2025-11-02T23:21:01+09:00
[FIX][UI] The p-0 class (padding=0) was being overridden by other classes and...
---
* [FIX][UI] The p-0 class (padding=0) was being overridden by other classes and CSS variables, so strengthen it (and m-0) with the important flag.
* [FIX][UI] The p-0 class (padding=0) was being overridden by other classes and CSS variables, so strengthen it (and m-0) with the important flag.
See merge request tikiwiki/tiki!8928
- - - - -
1 changed file:
- themes/base_files/scss/_tiki-bootstrap_overrides.scss
Changes:
=====================================
themes/base_files/scss/_tiki-bootstrap_overrides.scss
=====================================
@@ -478,4 +478,12 @@ body.fullscreen.tiki.navbar-padding {
// !important is needed here (after setting enable-important-utilities variable to false). g_c-l
.flex-column {
flex-direction: column !important;
+}
+
+.p-0 {
+ padding: 0 !important;
+}
+
+.m-0 {
+ margin: 0 !important;
}
\ No newline at end of file
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/7b3a7832b6b0f4d0e989f8f570b34672f9482a28
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/7b3a7832b6b0f4d0e989f8f570b34672f9482a28
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs