Add more spacing for graph controls (#2878)

This commit is contained in:
Uku Taht 2023-04-26 11:24:56 +03:00 committed by GitHub
parent 09687c0c14
commit cc5c795fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -327,7 +327,7 @@ class LineGraph extends React.Component {
</div>
<div className="relative px-2">
{mainGraphRefreshing && renderLoader()}
<div className="absolute right-4 -top-10 py-2 md:py-0 flex items-center">
<div className="absolute right-4 -top-8 py-1 flex items-center">
{ this.downloadLink() }
{ this.samplingNotice() }
{ this.importedNotice() }