]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20692 Global announcement message is unusable when too long
authorguillaume-peoch-sonarsource <guillaume.peoch@sonarsource.com>
Tue, 31 Oct 2023 11:21:16 +0000 (12:21 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 2 Nov 2023 20:02:42 +0000 (20:02 +0000)
server/sonar-web/src/main/js/app/components/SystemAnnouncement.css

index f23bb366800c9f4271730709cb18de54c8fccfcd..f1ab45dc5a4897dc851850939b9760abe39e3468 100644 (file)
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
  */
 .system-announcement-wrapper {
-  height: 34px;
+  min-height: 34px;
 }
 
 .system-announcement-banner {
+  box-sizing: border-box;
   width: 100%;
   z-index: var(--globalBannerZIndex);
-}
-
-.system-announcement-banner .alert-content {
-  overflow: hidden;
-  text-overflow: ellipsis;
-  white-space: nowrap;
+  margin-bottom: 0% !important;
 }